For each item in a list

Hi All

Ive got a list of items, something like this…
(abc),
(def),
(ghi),
(jkl),

and I need to deal with each “line” separately.

is this the right block to use

Thanks

t

But your value is not seems to be list … it seems to be csv row . You can use do it or debug the blocks to understand the format of your list. I hope already said by Timai2, you are dealing with list of lists

see the changes…

How do I debug the blocks? I do use ‘do it’ already. Is there another way?

Do it only termed as debug. Now your data seems to be well formatted CSV data. You can use,

For each items in the list (list from csv row text (your data))

And try to add further blocks

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