I want to open page base on URL parameter value. http://localhost:8080/link/offer?LAN=abcd&user_auth=efg Page URL : offer microwflow parameter : LAN, user_auth I used deeplink module to create URL but its giving error for me.. I am not able to get debugger on microflow. Attaching screenshots for your info Deeplink: Microflow: Page : After run project accessing the URL its giving error: Please guide me
asked
Roshan Mhatre
3 answers
0
Hi Roshan, did you add the startdeeplink action to your afterstartup flow and customized your homepage to a microflow which handles the deeplink?
answered
Nathan Ruth
0
Do you have the microflow DeepLink.StartDeeplink added to your ASU flow? And do you have DeepLink.DeepLinkHome addod to your homepage flow? See instructions for DeepLink usage.