Trigger with two conditions is always triggered while one condition is false

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Trigger with two conditions is always triggered while one condition is false



I have defined a trigger with two conditions of which both check whether variable is true.



It clearly states that "Fire this trigger when an Event occurs and all of these conditions are true".



I've checked that other one is False since it is supposed to return false after a certain date (way past today).



Why it is still triggered? Does it check that the variables are defined and not the actual values of variables and therefore returns true?



enter image description here





Could you please share more details about the trigger settings, preferably with a screenshot of the above mentioned conditions. Also, it would be useful to see the exact values of these variables from the GTM debug window.
– kgrg
1 hour ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived