I have written a flow that calculates a new value and stores it back on that same record. I would like to trigger this from a button and have that working, but not quite like I want. The flow works correctly, but after it runs, I get a full screen message saying "Your Flow Finished" (see below). There is no way that I have found to get rid of this. I don't mind the message but need a "Continue" button or something to take the user back to their original record page. I've tried all the button options and they all behave exactly the same. Is this just the way it is, or is there a way to get past this. My preference would be a small pop-up box with a button to close that pop-up and take the user back to the original record. Is this possible?
#Flow #Custom Buttons
Hi ,
To redirect users in a screen flow to a specific page in Salesforce after they click
Finish, use this format.
/lightning/flow/flowName?retURL=url
https://help.salesforce.com/s/articleView?id=platform.flow_distribute_internal_url_returl.htm&type=5