Problem when connecting "create object" to Spreadsheet_call UpdateRowNumber

When I connect the grey “create object” in the center of the screen to the UpdateRowNum block. The list “indexering” is not counting right. Even if I have numbers on the Spiller1, Spiller2 and Spiller3.
It counts fine if it is not connected…
How can that be??? I have tryed everything now…

Hi, I am not sure what your progam is about, but I think I may know where the problem lie. Based on my experience working with asynchronous block such as airtable get update column and loops, You need to guarantee that the update column block is completed before the next iteration of your loop.

One way around this is doing recursive loops, but another easier way is to introduce a “flag” and “forever loop” with a conditional break to suggest that the airtable update is done and can then safely run the next loop iteration.

Something like this below, but with webAPI asynchronous blocks:

Btw, are you are doing sorting in the program? I found a cheat from Airtable. They can sort automatically upon every update or add rows… So each time I download the data, it is already sorted to the column I specify. haha…