Hello everyone…
I’m doing a backend workflow to insert some files in the database.
Apart from uploading the files and inserting them into the database, I want to fill another field along with each file (order field).
Should be like this…
My problem is that the order number is filled always with the number 2 (in the screenshot I had edited them manually)
Here is my backend workflow:

And here is the scheduled workflow when the user clicks the button:
I guess that the workflow is not a loop and runs over each time the file is uploaded and the order number stays always 2.
My question is how to increase the Order each time the file is uploaded.
Thanks, guys
Fabian