function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Developer BaseDeveloper Base 

Lightning Components with multiple screens

Hello,

could anyone guide me regarding Lightning Components with multiple screens?

Example: I open the component using a Quick Actions. In the window a put some information inside input field and click a NEXT button in the bottom right corner. Then a new component window opens up and the old is hidden. In the new component window there is some data displayed based on what was information was put in in the first screen.

How to achieve this?
AbhinavAbhinav (Salesforce Developers) 
Check this blog with data input in multiple steps:

https://blog.salesforcecasts.com/building-form-with-multiple-steps-lwc/

Thanks!