I’m not getting a green “Only when” for any of these. Current User is logged out only works when a user logs in and then logs out, not when a user has never logged in.
Thank you for your help. I would like to check if the current user is not logged in OR if the user is logged in but hasn’t accepted consent. Either of those options should trigger the consent form popup.
No, the trigger is if they click a button (to take them to a form). If they have already consented they will go straight to the form, otherwise, they will go to the consent form first.
It works with “User is logged out” instead of “Current user’s email is empty” but only if the user logs in and out. If they have never logged in, it doesn’t fire.
It seems checking about login is unnecessary. This was the AI suggestion. But just checking if consent is given or not was sufficient as the default value is always no. Thanks for your help.
It seems like the trigger is that the user hasn’t accept the conset. Have you tried splitting the conditions? Perhaps that way you’ll have more control over its behaviour.