Actions Question (GLIDE+MAKE)

Hello!

I’ve made an app to store documents/invoices for our group companies. So based on the form entries that are entered (Type IN/OUT, Company name, Date, etc.) it is made a registration code (ex: MALL000125-IN-0215). After this code is made in a template I use MAKE to put this code in the pdf that it is uploaded in the form and it works very efficient.

My problem is when the users upload documents at the same time:

  • If the documents are from the same company it takes the same number
  • If the users work at the same time sometimes on different companies the codes get tangled or reversed.

Any sugestion to solve this? Or there is nothing can I do because the action is the the same for the form?

Watch the video in the below doc.

@Darren_Murphy I’ve watched this video. But is doesn’t solve my problem

I’ve thought at a way to solve this. How it sounds to make a form to add documents for each user separately and to put different triggers that makes the same thing?

Why doesn’t it solve your problem?

Isn’t the scenario in the video exactly what you are trying to do? eg. ensure that a unique incrementing identifier is assigned?