I have a sharepoint list that has some pipe delimited data stored in a Text column. I am trying to extract the data and generate a table with one row for each delimited item. I am really struggling to get anywhere with this. I have tried several approaches and keep getting errors. I can't really include my current flow because I don't have anything that has come close to working.
So for this example, I am looking for a table like the one below.
I'd like to generate an email with an html table with 6 rows. The table could also be in the form of an attached csv file.
| Compound |
Requestor |
| cp1 |
Whalen, Kevin M |
| cp2 |
Whalen, Kevin M |
| cp3 |
Whalen, Kevin M |
| cp4 |
Whalen, Kevin M |
| cp5 |
Whalen, Kevin M |
| cp6 |
Whalen, Kevin M |
Any help/suggestions are appreciated.