Text argument to "list from csv table"

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