Thunkable and returns a corresponding value from my sheet

The way to do this is to use the find first occurrence of List block (here) with the list of values block (in this section of the documentation) from your Data Source and assign that to a variable called something like foundRowNum.

Then Get Value from column B using foundRowNum as the row ID.

Here’s an example somewhat similar to what I mentioned: Creating a search engine - #18 by tatiang

2 Likes