Does anyone know if it’s possible to get the parameter name and not just the parameter, that is passed to a page in order to perform a different only when statement on?
What I am trying to do is show a different popup depending on the parameter name.
Lets say that you name the parameter as “popup” and its text value is dynamic
When you go to page you send the parameter popup with a dynamic text value and you can set your popup to be conditionally visible upon that url text value.