When you click an item in a Data Viewer List, you have the option of using the green “item” or “index” blocks. These are so useful because you have both the value of the item (e.g. the text/name displayed) and the order (1, 2, 3, etc.).
But the Data Viewer Grid block only has the option of using the row id. Why does it not include the item and index? If it makes a difference, I’m using this with Airtable.
in case you didn’t know: you can use the “rowID” value to get information from every element in a data source with the “get value from” block:
If you would like to know the index, you have to perform a search through the list of values (in case of the block above, a list of names), but it would be easier if the event “Item click” could deliver it.