Hi, I am able to attach a file to the forms but how do I make the flow to automatically send the file to my other members? As the file will be stored in my OneDrive folder. I need the file to be attached together with my Start and wait for an approval email
Solved! Go to Solution.
Hi @Anonymous ,
I have answered your problem in your another post.
Please modify the Value in the "Append to array variable" action as my screenshot below:
{
"content":@{body('Get_file_content_using_path')?['$content']},
"name":@{items('Apply_to_each')?['Name']}
}
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Please see my blog
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @Anonymous
I would recommend you sending an shared link to the file so that everyone can access. No need to send the full file.
To do this just do the following:
Create the share link
Put the link in the Approval
Makes sense?
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Hi @Anonymous ,
You shouldn't add the File Content dynamic content directly as the value of ContentBytes.
Please refer to my screenshot below:
The expression for the ContentBytes in the Array should as below:
body('Get_file_content_using_path')?['$content']
And your expression for "Get file content using path 2" action should as below:
body('Get_file_content_using_path_2')?['$content']
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
If the flow is failed, please share the screenshot of the run history of the flow and please check if you have any wrong in the flow.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Could you please share a screenshot of your current flow?
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
I have answered your problem in your another post.
Please modify the Value in the "Append to array variable" action as my screenshot below:
{
"content":@{body('Get_file_content_using_path')?['$content']},
"name":@{items('Apply_to_each')?['Name']}
}
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
If your previous problem has been solved, please go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
And if you have another question, you could create a new post so we could better and quicker to deal the new problem.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
92 | |
44 | |
21 | |
18 | |
16 |
User | Count |
---|---|
137 | |
49 | |
42 | |
37 | |
29 |