Question
ADQURA
IN
Last activity: 13 Oct 2021 11:07 EDT
Open URL in Window not working in section with parameters
We have a requirement to call an activity before opening an URL. And we need to get URL from Section Parameter.
So I have created a section with Parameter 'url' and link component with label 'TC'.
For TC I have created 'Click' Event with 2 actions:
- Run Activity - which accepts parameter. So am sending param.url which has url to activity and setting a property (LinkURL)
- Open URL in Window - Opening url set in LinkURL. Please check the screen shot
Activity is getting called an I can see the parameter passed. But the url is not getting opened.
When I tried this with out parameter in section and send harcoded value in activity it is working and url is getting opened.- PFA (Link configuration working)
Can some one please suggest how to make this work with section parameter