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
karol.freebergkarol.freeberg 

What is the proper syntax for a return url?

I am trying to run a flow and when it is done, open an external site. The below is what I have:

/flow/Verso_Digital_Paper_Request_for_Leads&returl=%2Fhttp://www.versodigitalpapers.com/

It runs the flow fine but then I get an external url no longer exists message. What can I do to fix this.
Alexander TsitsuraAlexander Tsitsura

Hi

try to replace on http://www.versodigitalpapers.com/ on http%3A%2F%2Fwww.versodigitalpapers.com%2F

use next link

/flow/Verso_Digital_Paper_Request_for_Leads&returl=http%3A%2F%2Fwww.versodigitalpapers.com%2F


As a common practice, if your question is answered, please choose 1 best answer. 
But you can give every answer a thumb up if that answer is helpful to you.

Thanks,
Alex