Hi all,
I created a flow to list the files in a SharePoint folder. I did that by enumerating the items and then appending to an array. I realized that when I tried to email the array, it sends as JSON text which is not really human readable. After searching online and consulting LLM, I was told to create an HTML table. Then comes the trouble.
The old and new editor, both, keeps putting the "create HTML table" in a loop which makes it impossible to email the HTML table unless I put the email action inside the loop - which is undesirable.
What am I doing wrong? Copilot and other LLMs didn't have a solution. :-\