[Solved] Get cell value from other column

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

1 Like

actech/Jared,

thank you for direction. now it working fine.

image

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.

https://x.thunkable.com/projects/5f50bf577e574c611d14dfb8/7155b28f-bd73-452a-b5f9-dad132aa2cef/designer

A list of “index - id” pairs is required

if you can show to me which component i have to use and at which block?

image

  1. AirTable has data with _ids

  2. filterList has [objects] (list of objects) from AirTable

  3. 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.

1 Like

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

1 Like

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.

1 Like