Hi All,
My Desktop flow takes a screenshot, I want my Cloud Flow to send that image in an email (ideally embedded), but I'm having trouble,
Things I have tried;
Setting the base64 string of the image as a variable and passing that from desktop to cloud, and setting it as the file content for an email attachment (the image doesn't open)
The Desktop Flow uploading the image to Sharepoint, then the cloud flow Gets the File Content and adds as an attachment (Image doesn't open)
I also don't seem to be able to embed the image in the email Body anymore since the last update, Is there a new way of doing it? my HTML is Read-Only.
Any help or advice would be appreciated, Thanks