[SalesForce] How to Redirect Flow Users to a URL

As you may be aware, it's possible to Redirect Flow Users with a Local Action. The example in the hyperlinked article demonstrates how to redirect flow users to a record using the navigateToSObject Lightning event.

I'd like to open a URL instead. How can I achieve this? Note that I still need to pass on the record ID from the flow to the Lightning Component as it is needed in the URL.

Any help would be much appreciated.

Best Answer

NavigateToURL should work - i believe you can use any of the lightning navigation methods.

Related Topic