Replacement for GetAllRows Airtable In DND

Hello Thunkable community!
I am looking to search airtable.

We can do so in Thunkable simply by GetAllRows but how do we do this in DND which does not have “Airtable” component. It only has data source as far as I can see.
Looking forward to a solution!

Yours Sincerely,
@tchind

cc: @jared @domhnallohanlon @jane @thunkers @thunkable-dnd @darren

GetAllRows is a function of the old component based connection.

In the Data Sources way you have
image
This will give you a list of all entries in that specific column. This is very suitable for search operations.