hi guys,
i was creating a wallet app and i got a problem with airtable
when fetching details.
how to know in which is row particular user’s data is stored
for example
name email balance
john john@mail.com 1000
johny johnw@mail.com 100
Above blocks will give you the Index or row number of the john@mail.com in column email. Then you can use that row number to get the cell of any row and column.
My above Index in list item block doesn’t work with same items in a list. It only works when your item is unique in the list that’s why I said him to do it with email as one email == one unique account.