Hello
I could not find answer to the above question, so I will create this topic for it.
I have a Google Apps Script that I use to Create/Update/Delete some data on my GoogleSheet. I construct the complete URL to my GAS from my Thunkable X app, fire it up, and the script execute with no error: my data in Sheet changes based on command.
However, I was not yet able to read & manipulate the data inside my app after a Read/SQL command. The output from GAS is pure Text. And if you execute the script in the browser, it also shows it as Text. But it is not ASCI when the app gets the response (due to google masking all the html code; due to security considerations they stated).
My question is this: has anyone been able to read the data from within Thunkable X, and place it in either a List or other variables?
Thanks
Tony