Hello, how do I go about numbering zapier table records every time a new record gets created in a simple order like this → 1,2,3,4,5.
My zap currently looks like this:
when a new item is created → Update record
However I have no clue what will go in between to start counting correctly. I was thinking of doing an API call? A formater where i count the total records of the table, then add 1 (know how to do it but won’t work as i have to many records since it can only retrieve 1000), or am i missing a feature right in front of my face?
Any recommendation would be appreciated.