Hi
I've been having a problem with concurrent users submitting forms at the same time where I have tried to take data from an automated form response sheet generated by google forms and populate another form.
The problem is I have a trigger when the form submits, it takes the data from the automated form and places it in another form, where on concurrent users submitting at the same time, the trigger script is only able to get the latest value and therefore grabs the latest value twice since the 2 users submitted at the same time.
I have looked into coding the data grabbing processes in the google form app script rather than the google sheets app script and applying a LockService, however, I had trouble combining these scripts.
So I was wondering if anyone had ideas on how I could make this script work.