You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to navigate to from one flow to another flow (selected peer page) using custom navigation event

Question
18
Views
0
Comments
edited Sep 25, 2020 4:35AM in Visual Builder Studio

Summary

How to navigate to from one flow to another flow (selected peer page) using custom navigation event

Content

Hi,

If we want to navigate from one flow to another flow we use the below code snippet which is custom navigation event.

{
 "target": "contact-support",
 "params": {
  "locale": $application.variables.sessionLocaleCd  
 }
}

 

Here the target is a flow and the flow takes to a default page.

But I want to land on a specific page in that flow, so how could i achieve that using custom event and wat extra parameter i need to pass in that.

Version

19.4.3.3

Code Snippet

{
 "target": "contact-support",
 "params": {
  "locale": $application.variables.sessionLocaleCd  
 }
}
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!