I have some trouble with the "list from csv table" thing.
I try to read a CSV from google drive (works fine). This is the output ("responseContent") format from .GotText:
value1;value2;value3;
value4;value5;value6;
Exactly what I expect.
But now I put the output to list from csv table and now it looks:
I thought that the output from the "list from csv table" are strings per row, but it seems that this are lists per every row with an item for each value...