@b.goldsworthy01 — you want to change the “go live” to “no” after 24 hours. Correct?

If so, you could schedule an API to change the field back to “no” after 24 hours.

You would need to create a “backend workflow” API endpoint that changes the field back to “no”.

Then on the frontend workflow when the person goes “live”, (i.e, gets set to “yes”), the next step would then be to “schedule the workflow” (selecting the one you built above) for “current date and time +days 1”

Note: Keep in mind that you’re changing the data and there’s no way to keep a log if you do it this way. An alternative format would be to create a new data type “Live” with a field for the city and user type. You could then set it up to be considered “live” only if there is data entry created for this user in this city in the last 24 hours.

Lmk if this doesn’t make sense.

1 Like