How to make a list.view item

Greetings.

How to make a list.view item base on csv lenght of list???
Example.
If csv lenght of list = 2
Then item list.view is

  • January
  • February

Or

If csv lenght of list = 5
Then item list.view is

  • January
  • February
  • March
  • April
  • May

Thanks

ListA store all the items
ListB store the first N items from ListA
Set listview.list to ListB.

the below blocks working nicely,
If i change the csv list, according to that value also changing

Screenshot_2

Ok. I’ll try it. I will update the result.

Thanks

If it works don’t forget to hit solution, there by you can help others those who are in the same need

blocks(1)

blocks(3) blocks(4)
blocks(6) blocks(7) blocks(8)

its not working. i supposed to insert item on list.view not label. its any other way?

you placed the blocks in wrong place…

You will get the length after web1 got text but you inserted for each item inlist in the web asking place itself… Shift it to when web1 got text block. It will work

1 Like

blocks(9)

yes its work. thank you

1 Like

yeahhhh. This is correct one.

1 Like

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