Text argument to "list from csv table"

faced the same problem after doing this

The issue faced:
image

It has been suggested twice for you to look at the responseContent in a label, to see what is coming back from your get request. I recommend you do this. If you are getting html code back, then the error is usually reported at the end of the code. post that here, and also your doGet(e) script.

After selecting any data entry from the list view 2 buttons would pop up: approve and disapprove. After clicking the approve button, the word "approve" should be written in the spreadsheet cell.

I am not understanding what you are saying. If you could elaborate more...

When web1 got text
Set lable 1.text to get response content

Simple...


I am already getting the data from Web.

But I am still facing the error:
image

Can you send me your project in PM? Click on my avatar and click on Message to send me a private message.

copy the response Content as text, and post here. You have been asked several times. Do as suggestion , otherwise we can not help you.

You have a trailing comma in every line of your CSV table text.

That breaks the CSV format.

Trailling comma is not an issue.
image

even the row have different length:
image

I stand corrected.
How about a Do It on a global variable with a copy of that incoming text?

Search for FAQ Debugging.

Another anomaly in the text: 9.50pm
might be fooling the data type detector code?
(On my phone)

Yet another thing to check... That extra blank line between rows?

It is a nice guessing game without the raw data... let me add another guess:

What is that character after each item? Is it only a space or is it something else?

Screenshot_20230212_073907_DuckDuckGo

Taifun

It is there always, even for other projects I did there was exactly the same gap

There is only the comma and the space, no other additional value

It seems that you are not going to provide your raw responseContent, therefore I am closing this topic.

2 Likes