Hello,
I've been trying to send an image from a power app form and use that image as an attachment inside an approval action in power automate. I've managed to stock the image in b64 in sharepoint. Since the attachment field of the approval action in power automate only take b64 input, i passed the b64 code but when the email is send, the attachement can't be opened. The system treats it like an image but can't happen to open it, like a corrupted file. could you help me please ?
the code i used in the attachement content field:
substring(triggerOutputs()?['body/ImageBinaire'], add(indexOf(triggerOutputs()?['body/ImageBinaire'], ','),1))
a picture of a part of the b64 code:
image in the mail that can't be opened


Report
All responses (
Answers (