I have a data viewer that displays data from a local DB, Iḿ trying to transfer all of the data to an air table when the user clicks a button.
here the code snippet of how Iḿ attempting to do this:
The variable ¨# Item¨ and ¨# Status¨ are both = to 1
But as you can see this won´t work because it will remake row 1 in the local DB in the Airtable however many rows there are in the local DB.
Like this:
I thought a for loop would work and I was trying to make a for loop but iḿ not sure how to, or if there is even something like a for loop on thinkable …?
I would appreciate any help! Thank you!