Another program will generate a link and will populate the parameter Exid
AutomationPortal/ProjectPas.aspx?Exid=123
When i try to get the full link with GetBookmarkableURL() it only shows AutomationPortal/ProjectPas.aspx
Any idea how to get this correct?
thx
Hi Matthias,
check this topic for solution:
https://www.outsystems.com/forums/discussion/77838/how-to-get-url-paramater-and-use-it-is-as-request-parameter-for-an-api/
Regards
This is for reactive, having trouble implementing this in traditional as you need the output
The first solution in the topic can be applied for traditional web.
That is how you can isolate the keyvalue pair, but i don't receive the full url with the parameter.
So i think the solution would be to have a js script in traditional web that gets the complete url but then i don't have an output of the url
Where is the URL? I'm not getting that part.
The OS page is being called from a cms tool, the tool adds "?exid=123 " to the os url
https://xxx.outsystemsenterprise.com/AutomationPortal/ProjectPas.aspx?exid=123
When i used getbookmarkableurl() is only shows https://xxx.outsystemsenterprise.com/AutomationPortal/ProjectPas.aspx
ProjectPas screen in OutSystems don't have any input parameter?