ListView presentation --> remove '('')'

when i trying to fill a listView i alay have ()
can you help

Thkcode1 code2

1 Like

The csv table does have only one column?
Rather than using the list from csv table block use the split block and split at \n (invisible new line character) and assign that list to the ListView Elements property

Taifun

1 Like

split

Merci

:grinning:

3 Likes

very good answer :star_struck: