
Announcements
Hello, I have a URL that points to an image. I'd like to attach this image to an email to send out. I was thinking I could add this image to a OneDrive file and then use that output as an outlook attachment. I'm using the "Upload file from URL" action. I might misunderstand what the action accomplishes or I might be using the wrong action, but the folder id like to place the image in isn't showing up for the destination file path. I tried saving a paint jpeg file to a OneDrive folder and using that as the destination. I ran the flow and nothing changed on the file. I was thinking the image would be overwritten.
Hi @amcneil32 :
I've made a test for your reference:
Reference HTML code:
<img src="data:image/jpeg;base64,@{outputs('Get_file_content')?['body']['$content']}">
The Result:
Best Regards,
Bof