Importing the input value of an Excel file

As shown in the picture below, I have created 6 buttons.
If I press the’Start’ button, I want to set the value of E5~E10 of the Excel file to each of the six buttons of the thunkable.

Is it possible?

1 Like

Create a data source for the file and use it. The rowID of the data source is the row number in excel.

The only workaround you have to do is to convert it to Google sheet.

1 Like