I am creating a form in NAC and would like to prevent someone from resubmitting a form one after another.
I understand that you can query Workflow Instances of a form that has already been submitted using “Get a workflow’s instances” data source. However, how do we query the USER that submitted these instances?
I am inserting this information to a database on a workflow submission, but in the time it takes to do that while the 1st submission is still processing, a user can submit a 2nd form while the 1st submission is still waiting to be added to the database.