I want to take the elements of a listview and save them into a file.
This would be easy if each item had only MainText, I also use the detailText but not the imageText.
I thought of using the list-to-CSV block but it is impossible since commas are quite frequent in the ListView.
Then I thought of using the join-items-using-seperator block but I don't think it includes the detailText.
Is it going to work using the join-items-using-seperator block (using \n as a seperator) or do I need to look for another solution?