ListView.Selection Detail Text problem

Hi,

In list view im saving a variable list of 7 numbers defined by the user to Detail Text.

When I recall the Detail Text it is no longer a list, which is what I still need it to be to process the data.

How can I get this back to a list?

Many Thanks

James.


Convert your list to a Comma Separated Values row using the appropriate list csv conversion block.

There is a reverse block to turn the CSV text back to a list when you need to do list operations.

1 Like

That worked perfectly, thank you very much?

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