I want to update the unique key column of the airtable when the page opens.
The unique key that i want should be in sequence
example:
Unique Key
1
2
3
4
5
6
7
8
However, it fails to show the correct number of the key (the image is showed)
I want to update the unique key column of the airtable when the page opens.
The unique key that i want should be in sequence
example:
Unique Key
1
2
3
4
5
6
7
8
However, it fails to show the correct number of the key (the image is showed)
Why are you making it yourself. Airtable will do this for you
Set the unique key as row number?
ahh. i see what you are doiing there.
can you try changing how you change the row object
look at my code here
i specify which object (column) i want to change in the rowObject parameter just after the row number parameter
Sorry for asking stupid question. Where can I take the “func.GetandUpdateData with: _rawdata” block?
thanksss
ahh! dont worry abotu that. that is to update the data on the screen.
i was showing how to update a row.
you connect the pink block to the side of the purple block, don’t put it in the then do section
@jared Thanks!!! Success!!