Pass value into Flow Run Part
Comments
-
I would like to be able to open a page in a flow and pass a variable into a Flow Run Part within the page that is opened. Is this possible?
-
Yes, this would be possible to do. In your flow use a "End Flow Session" step that navigates to your page. In this step you can specify parameters to pass to the page when you navigate to it. In your flow run part you can use a "Get page variable" step to pull the parameter you need in that flow.