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
Sagar MauryaSagar Maurya 

opening url in new window using flow

I have a apex class through which I am making callout and calling this class using a Flow. In response I am getting a URL which I need to open in new window using flow. Is it possible to open the returned URL in response using flow?
Raj VakatiRaj Vakati
Hey Sagar , 

I don't think so its possible but you can try below approach .. its may work but no documented any where


1 .Set flow finishes behaviors to the  Visualforce page that exists only in Salesforce Classic.

/flow/myFlow?retUrl=apex/myPage

2. On myPage load use Javascript to open on the new windows by passing the  returned URL