Is there a way to reference Session and/or Repository Variables in URL Navigation Data Actions directly?
Perhaps a syntax akin to @parameter("MyParm") or ${env:ENV_VAR}...?
As a workaround, I am creating parameters with SQL and referencing them in the action instead.
My parameter SQL looks like this: SELECT VALUEOF("REPO_VAR") FROM "Some Random Table" FETCH 1 ROWS ONLY
(Can't use "FROM DUAL" in this context...?)
Appreciate any tips, hints, or suggested refinements!