How to search student details by name from Google Sheet in Thunkable?

Hi everyone,

I’m creating an app in Thunkable that is connected to a Google Sheet containing student details. I want to implement a search function as follows:

  • The user enters a student’s name in a Text Input (TextInput_Name).
  • When the Search Button is clicked, the app should:
    1. Search the connected Google Sheet for a row where the “Name” column matches the input.
    2. Display that student’s details (such as Student Name, ID, Mob: Number, or any other columns) in separate labels below.
  • If no student is found, it should display a message like “No student found”.

How can I create the blocks for this functionality?

Any help or sample blocks would be really appreciated!
Thanks in advance.

Hi,

Can you share what you have done so far in Thunkable?

You can use the get first row object from block