Hi,
I have a PowerApps that is used to submit form to Dataverse and there's an attachment column in the form. I need to send email notification with the said attachment. I tried multiple workarounds but it doesn't seem to capture my attachment and send it out through email.
Appreciate to get insights on the challenges I'm facing now. Below listed my trials as reference. Thank you in advanced!
- Workaround 1: attach the Dynamic Content of 'Attachment' directly in the email template
- Workaround 2: Initiate array variable with base64ToBinary(items('Apply_to_each_2')?['crf38_attachment']) in Each filename and content


- Workaround 3: Initiate array variable with array(triggerOutputs()?['body/crf38_attachment']) in Each filename and content.



Here is the output of flow that didn't manage to capture my file attachment.
