List of string to csv list

hi

in my application I have lists made from data from listview and lists made from text box
that I am trying to send in google sheet
the lists made from listview I can send them to google sheet while the others cannot

I use this block to make my list to send to google sheet

I use this block to make my list to send to google sheet

before sending the data I check the form to constitute the lists

they appear in both cases as follows"item1", "item2", "item3","item4"

I thought it was in my pocket :confused:

How are you sending the data to google sheets? (POST or GET)

Do you want to send it as a csv row (essentially a comma separated string) or a list?

i want to send it as a csv row