How to navigate to from one flow to another flow (selected peer page) using custom navigation event
Summary
How to navigate to from one flow to another flow (selected peer page) using custom navigation eventContent
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.3Code Snippet
{ "target": "contact-support", "params": { "locale": $application.variables.sessionLocaleCd } }
Tagged:
0