Fetching airtable data

How to fetch a particular row of airtable according to it’s column entry value… For instance
Let row 1 has a column with date = 7/3/2021
Now can I get this whole row containing this date according to it’s value= 7/3/2021

First of all call all the dates data in app and store in global variable and then set index in the list thing block and set list dates list into list and in thing select that date which you want to call all data. After doing this use get sell by number block in number set index list block and then set your column name but in these method you can call each column data at a time not all in these case you can you switch system in your app to call multi columns data at a same time.

Probably this extension may help you

Or see this guide