Compose a POST request using web component

Hi @Nenye

Of what ? If you are talking about to send 3 data values (name, email, id) to a GoogleSheet in thunkable x then here i have a solution for you !!


First you have to create a google app script Url !!
Here is how you can create one. . .

http://community.thunkable.com/t/send-upload-data-to-google-sheets-using-script/68466?u=cttricks

Note that the Step 3 for thunkable x is going to be different !! So after creating your script url you have to follow these steps ;


Step 3 : Blocks Section
Here we don’t have a web component in thunkable X so we are using Web Viewer to post/ send data.
Make sure in the properties section of the web viewer component !! Visibility is set to False.

Design Part ||

Blocks Part ||


:link: Get Demo AIA

// Ct tricks

2 Likes