Hi can someone please help me with this question.
I am creating a party RSVP page. I want to create a condition that prevents users from being able to RSVP (with the RSVP button) if they have already done so before (if their email already exists in the database)
I currently have a list of actions to create a new guest that are triggered in the workflow section when that RSVP button is clicked.
I am trying to create any “only when” condition that creates a new guest (when someone RSVPs) only when their email doesnt exist in the “created by” (users email list) column of the database
Can someone please help me with this?