I want to show a different line of text based on whether or not a user has created an “event” (my users can create social events/groups).
I have set up the variables as I think they should be but the text remains the same, regardless of if user has created an “event” or not?
Hi there, @darren.james7518… if I understand your post correctly, you should be able to get rid of the first condition because you always want the element to be visible (make sure it is visible on page load by default), and change the second condition to when Search for events:count > 0
.
Hope this helps.
Best…
Mike
Thanks Mike, yes that solved it. Strange because I am sure I tried that but I think I needed fresh eyes on it! All sorted.
1 Like