Hi, everyone,
I need your help with this issue. Im redirecting to my outsystem web application, from an external site link. The thing with this link, is that requested webscreen receives a parameter, so i need to set the input variable value trought the url. For example: https:www.myWebApplication/myPage.aspx?inputParameter='mySettedValue'. Then, when the Preparation action webscreen is executing, the GetBookmarkableURL() action only gets the page url without any parameter, just like this https:www.myWebApplication/myPage.aspx.
Hi Mario,
Why are you using GetBookmarkableURL()? The value you pass to the variables is on the input variables
Regards,
Marcelo
Mario Pradenas wrote:
I need your help with this issue. Im redirecting to my outsystem web application, from an external site link. The thing with this link, is that requested webscreen receives a parameter, so i need to set the input variable value trought the url. For example: https:www.myWebApplication/myPage.aspx?inputParameter='mySettedValue'. Then, when the Preparation action webscreen is executing. the GetBookmarkableURL() action only gets the page url without any parameter, just like this https:www.myWebApplication/myPage.aspx.
refer below link for the solution.https://www.outsystems.com/forums/discussion/6648/session-variable-to-external-site-url/
Thanks
Hi, guys, i solved the issue using an input parameter and setting the same parameter name in the url link. Thank you for your replies!!!