the first, i'm sorry i know this topic has many discussion on this site, but until now i'm still don't understand to get data from google sheet, the condition i got from read the other discussion is :
Change the google sheet to share everyone
Make an AppScript and Deploy or Publish until got the Deploy UrL
Start the block in AI2
anyone can explain me step by step to doing that ? include the Code of AppScript
Thanks
COUNT ROWS
When the data is returned in the Web1.GotText block the responseContent will contain a csv table. You convert this to an AI2 list using "the list from csv table" block. This will give you a list of lists. Use the "length of list" block to get the number of rows returned.