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?
You could get the whole querystring with %globals_server_query_string% and check that (but of course you’d need to be careful to distinguish between ?qwert and ?search=qwerty
No problem. That keyword works very well in situations where you need to check whether the variable exists as a non-null key-value pair or just a key/variable (like your situation).