How do I use "ListView" in "Main Text, Detail Text (Vertical)" function?

Hi Developers,

I have this need that I don't know how to fix / do in any way.

The Component is "ListView" and the Properties is "ListViewLayout" where I want to populate "ListView" in the "Main Text, Detail Text (Vertical)" function with 2 different files with the same amount of data separated by commas:

File 1: "ONE, TWO, THREE, FOUR, FIVE"
File 2: "1, 2, 3,4,5"

to have these "Elements" shown on the display:

ONE 1
TWO 2
THREE 3
FOUR 4
FIVE 5

for example put 2 values of 2 different text files of the same length, which can be displayed as "Main Text, Detail Text (Vertical)"

I tried with "Insert list item" and "list from csv row text" but I can't populate the elements of the list with the values of both files, with the function "Main Text, Detail Text (Vertical)"

Thanks for suggestions and help.

Nicolino, Italy.

Try something like this

Dear dora_paz thanks for the blocks: it was what I needed; I have tried them and they work perfectly. Thank you all.

1 Like

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