Hi,
is it possible to update an text variable in an LCA through the url? I'm opening the LCA through popup in visio and passing through an visio variable to the LCA, curently i'm setting an text input which for some reason needs to be visible otherwise the query didn't pick it. I was wondering if i can move this to an variable and set this through the URL.
Hi Gerwin,
If you just want to use a value that is passed via the URL you can use query params like you do in Dashboards, this behavior was introduced to Applications in 10.5.4. You can find the documentation for this here
Changing a variable via the url is also possible. This documentation shows how to execute actions via the URL.
As for how the action to change a variable looks in JSON format you can just configure the action in any action editor and click the 'Copy actions' button on the bottom left.
If anything would not be clear, please let me know
Hope this helps,
Robin

That seems to work, thanks!