Hi folks,
I am trying to display info from csv output in the body of the Approvals action. (I have to use Approvals and not Send an email with options as I need to track comments aprovers and response times etc.)
Is there a way to split the csv back output in to items, rather than as a single string?
Here's what I have:

1. is the straight CSV output (and this would be perfect if I could split dog & cat onto their own rows...(imagine a list of 25 employees here) like this:
dog
cat
2. was my attempt at using the output from Create HTML Table 😞
3. was my attempt at using a string variable with a <br/> tag to split the items.
I have also tried using the double spaces for new lines - all to no avail in markdown.
Any workarounds would be much appreciated.
My select action looks like this for moment
