Why do you use the api blocks to update airtable, if I may ask? There are already blocks that accomplish the PUT procedure
Maybe airtable wants the record _id and not the actual row number?
Why do you use the api blocks to update airtable, if I may ask? There are already blocks that accomplish the PUT procedure
Maybe airtable wants the record _id and not the actual row number?
To update a row you need to specify the _id, as a right thinking @jared
actech/Jared,
thank you for direction. now it working fine.
actech/jared,
after careful checked, it actually save on index not an item i click.
any idea where should i fix the block? i place it as public hope anyone can help me with it.
screen name “rest”. click on register button.
A list of “index - id” pairs is required
if you can show to me which component i have to use and at which block?
AirTable has data with _ids
filterList has [objects] (list of objects) from AirTable
ListViewer has object.Names from filterList
Get Index from ListViewer → get object[Index].id = youID
Hello. Sorry for bothering you. I am still learning. Is it possible to clarify obtaining a value from a specific list, and let it be the first column of the table, and how to search for this value and obtain the index number and through it the items placed in the same row
that will be another topic, i saw many example for search method in airtable.
I have solved the problem.
I am now waiting for the bank card industry to subscribe and complete my application for the iOS system. Community Saves Beginners
Thank you
good to hear that. what kind of application you working on it?
An application for 300 students. The student enters his personal ID in column A, so the program imports and displays his grades in scientific subjects and his name is present in the rest of the columns.
great, hope it working well.