Sep 10, 2023 11:22 PM
I got a button field that triggers a URL webhook
I want to run it for all records in my table, but one at a time.
Hit the button for row (i)... wait (could be time based... say 30 secs), then run row (i+1)
How can I achieve this?
Thanks