What is the conditional logic to make a form only submit once?

I have a form for an RSVP and I think the logic in the workflow is “Do a search for RSVP,” however I can’t seem to get the logic correct.

The goal is to only allow the user to submit the form once, after they are logged in.

If you want to only allow a User to submit a single RSPV, then yes, just do a search for exiting RSPV (that match your specific criteria), and check the count of the returned results.

If it’s 0 then allow the workflow to run.

Hello, for the logic I am still not sure how to execute the “check the count of the returned results,” with the given logic options.

This is a screenshot

only when Search For RSVPs count is 0
1 Like

Thank you, I had to use the conditional to make the button not clickable as I couldn’t get it to work via the workflow.

This topic was automatically closed after 70 days. New replies are no longer allowed.