Hi,
I am trying to attach the attachments from sharepoint to flow apporval.
i failed it in every way i tried.
kindly help Plz.
Solved! Go to Solution.
Hey, i found the solution. we need to append the JSON file.
for approvals it should be
{
"Name": <name of the attachment> from dynamic expression
"Content": body('Get_attachment_content').$content
}
for email attachments it should be
{
"Name": <name of the attachment> from dynamic expression
"Contentbytes": body('Get_attachment_content').$content
}
it work flawless.
Hi @Ishtiaq_zamil ,
You could refer to the following configuration:
Best Regards,
Thats exactly what i did. But it is not working.
Any other option?
Hey, i found the solution. we need to append the JSON file.
for approvals it should be
{
"Name": <name of the attachment> from dynamic expression
"Content": body('Get_attachment_content').$content
}
for email attachments it should be
{
"Name": <name of the attachment> from dynamic expression
"Contentbytes": body('Get_attachment_content').$content
}
it work flawless.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
88 | |
57 | |
40 | |
37 | |
29 |
User | Count |
---|---|
73 | |
66 | |
50 | |
47 | |
43 |