Howdy folks,
I have an existing flow that gets attachment data from new SharePoint list entries and appends them to an array to be sent out as email attachments. I have been asked if I can embed the images into the body of the email and that has me stumped.
I understand how to add an image to the body using the concat function, but what do I do when the amount of potential images is undefined? There could be one image or 10...
Thank you.