Yes. I do this in one of my apps. Here is one way this can be done
Step one. In air table do you need to create a new column that has auto numbering. That is one of the options when you create a new column type in Airtable. I usually name this column “key”
Step two. When you request your data from Airtable you’re going to request the entire column of keys.
Step three. When you request your information from Airtable related to what you want to display on the screen you will also grab the key of each row and put that into its own list. Only grab the key from the road that you want to display. And put that into a list.
Step four. When your user has identified an item you find the index of that item in the item list and then you get the corresponding key from the key list you just created. Each key in item should share a corresponding index so that should be easy to find. From list keys get number (in list items find index of item)Then
Step five. Now you search the original entire column of keys for the key you found in step four. The index number of that key is the Airtable row that you want to reference for changing deleting updating or modifying