Hello,
I know that this question has been asked recently, but I didn't success with the instructions.
When I used my app, I receive a runtime error which is "Cannot parse text argument to "list from csv table" as a CSV-formatted table". However when I enter data it comes into the google spreadsheets.
So I don't know how to make this message no longer appear ?
Thanks in advance.
Hi @Zoe Welcome
Probably you are getting a text string instead of csv table.
Try printing response content on a label.
Thanks for answering.
I print my answer on a label and it gives le that : (the label is at the top of the page between [...] )
But I don't really understand because csv is with comma, and here that's what I get but it still doesn't work.
I looks like your responseContent is already a list.
Take the "list from csv tble text" out, and do some debugging like this:
(I hope you are using the companion, otherwise start doing it!)
drag an is a list block from the list blocks section attach get global prairies to it, and after you got the text from the web, put your mouse on the is a list block and click with your right mouse button. Choose DoIt from the menu. \If it says true, you can use the list as-is, otherwise, you may need to take the [ ] off, and if you do not like them, also the " .
How did you put it in that label?
This thread is over a year old...