What I’m trying to do is have users type in their email address, hit submit, and have a URL display, but limit the number of people who get that URL at 25. If it is over 25, show them a different URL, and so on. Basically capping access to each URL at 25 users.
I figured I can do this with a dataset and retrieve the URL value through a repeater, but I’m having issues on how to “cap” the submissions to 25.