List doubt after importing data

Hi all,
I’m importing data from the google spreadsheet

This is the image of my spreadsheet

This is the result I’m getting

I want to add individual items in the respective list index like there I want a list inside the list eg in the first row of the listview, i don’t want the commas after the first value in the list, after each comma, i want the items to be in the next line and i have tried using the replace item block- i have tried replacing the commas with \n but it clears the item

This are the blocks

Already have tried… I don’t have error in Improting the data… I just need to arrange the data properly after getting it

Put set list view element in a for loop…
In which it will go from 1 to length of list…

And in set list element…
Use select item from list in which item will be 1 and list will be again select item from list… Now in this block list will the variable where you stored list and index be be number from loop…

This will only display name…

as far as I understand, you like to convert the response content, which is a table in csv format into a list of lists?
just use the list from csv table block from the list drawer…
Taifun

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.