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
Katie NixKatie Nix 

Lightning Console: Flow retURL?

I created a simple auto-launched flow in a Lightning Console app. The button "Assign to Me" launches a 1-step flow that reassigns the case, then the retURL should return the user to the case. 

Everything works fine in Classic. In Lightning, prior to the Spring 18 release, the retURL would open in a new console tab, which was not what I wanted but at least it sort of worked. Now, since the Spring 18 release, the flow stops on a white screen and doesn't open the retURL at all. 

If I remove the retURL parameter from the button, the flow runs and lands on a page with YOUR FLOW FINISHED, which doesn't meet our requirements. The flow DOES successfully reassign the case, so I don't think the issue is with the flow itself, but rather with the retURL.

Anyone have a solution for this? Is there any way to make the retURL work in Lightning? 

Button URL: /flow/Assign_To_Me?var_CaseId={!Case.Id}&var_UserId={!$User.Id}&retURL={!Case.Id}

Button settings: 
User-added image

Flow settings: 
User-added image