Get parameter name for an only when statement?

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.

Hope this is easy :slight_smile:

Benjamin

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.

Hope this helps :+1:

1 Like

I didnt even consider making another parameter. AHAH Thank you!

1 Like