How to use google sheet

Part-1

Part-2

GsConnected extension GSConnected extension:- 🟩 [FREE] GS Connected - A Swiss Army Knife for Google Sheets

4 Likes

Would be good to give credit and provide links to the extension developer that makes this all possible :wink:

Also, where the responseContent comes back as a stringified JSON you can use the following blocks to make a list, instead of all the text replacement blocks

2 Likes

Can we also use the JsonObjectEncode block from the Web component?

1 Like

Use the jsonTextDecode block. This is the same as my jsonParse block

2 Likes

Are you sure jsonParse block works?
I just tried it and it didn't work for me.
Instead, replaceText block works well.

And what does the option "useDefault"affect?

Just set to true, no other setting will work.

image
image

Show the value of output, I would expect it to be:

[[Ankou],[Bandit],[Cocatrice]]

Yes you right. may be i dont understand you correctly when you said

I'm new to this and trying to make an app without any coding knowledge. Do not be too harsh...)