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:
- Search the connected Google Sheet for a row where the “Name” column matches the input.
- 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.