Sometimes you need your Salesforce users to answer some questions before new record(s) are generated via automation.
A step by step Flow based guided wizard can do that nicely...but
Creating a new record, and then gently gliding the user to the newly created record can be a challenge.
You can solve it by writing your own lightning component, or check out this FREE Lightning component.
I was tinkering with building a wizard that would get some parameters from the user, create records, and navigate the user to the new record.
It was mostly a simple drag and drop, and setting a few parameters...and it worked.
Check out the link in comments. Happy tinkering :)
Link to the Lightning Flow Component - https://sforce.co/3ocnkux
Comments