Need help for a beginner

Hi…

I just discover Thinkable today…

I have to ceate a little app in one page.
just a “zipcode” text input and “number” text input
A button “ok”

When I click on “ok” the both entries will be saved in a google sheet.

I’ve create my google sheet, I’ve prepare the design and for the blocks :

initalize the 2 variables

When “ok” “click”
do set variable to : I don’t know …
then
create row in “mygooglesheet”
in feuille1
zip code value : and what ?
number value : and ?

do : set stored variable zipcode to " "
set variable number to " " → I want to initialize the varible for each “ok” hit

sorry for my english…

Thx for your help

Welcome to the thunkable world

You need to save these text and variable entries for some reason, because if it is just to save directly to the Google Spreadsheet, you can already send the data directly by clicking “OK”, as long as the data is on the same screen, if it is in different screens, then save in Variables.

Another point, why are you renaming the variables, just set it to empyt text or null, for a new entry of values, be they strings, numbers, images, links, json, lists, everything is possible with variables and a little patience.

Hi and welcome to Thunkable! Please post a screenshot of your blocks. It’s hard to help troubleshoot issues without seeing how you’ve set up the code.

Thks very much for advices…

well done my app is ok !!!