Hello,
I have a problem, I’m trying to use conditions (conditions screen or conditional keywords) to determine if a globals_get_ variable exists.
So say i have a url, blah.com/page?qwert
qwert has no value, but I need to use conditions to check if it’s there or not. I can’t use globals_get_qwert^empty: or something similar because it will always be empty whether the ?qwert is there or not. I’ve tried in ssjs and csjs and it still doesn’t work because globals_get_qwert will always output nothing whether its there or not.
Hopefully thats easy to understand. Is there a keyword im unaware of that does this or a way to do this?
Cheers,
Grant