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.
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
46 | |
44 | |
43 | |
41 | |
36 |
User | Count |
---|---|
84 | |
75 | |
65 | |
52 | |
47 |