Hi all, what is the best way to grab the current page’s Apliqo’s ID (e.g., “a5.v3”) inside custom HTML? For example, we have the “tm1-ui-user” directive that we can use for the current user but is there something comparable for the current page? For context, we want to centralize documentation info (specific to each Apliqo screen) into a custom HTML widget and it would be helpful to have an automated way to pull in the text based on the page ID.
If there isn’t an existing directive, I suppose we would need to use javascript to figure out the full URL and then parse it?
Thanks in advance for any suggestions!