Hi all,
I have created a flow where people can submit a form which then will create an item in a sharepoint list and an email notification for someone to review.
The form contains an optional attachment upload but the flow seem to only accept mandatory attachment. I do not want it to be mandatory but i need the flow to work.
Any ideas? See below error message.
Thanks
AS
Solved! Go to Solution.
Hi @asderame ,
The reason why you met this problem is that:
1. If the file is not uploaded in the form, in the output of [Get Response Details], attachment upload‘s content is empty.
2. If the attachment upload‘s content is empty, [Add Attachment] will fail
Maybe you could try:
Here is a link for your reference:
https://manueltgomes.com/microsoft/powerautomate/form-upload-to-sharepoint-list-item-attachments/
Best Regards
Cheng Feng
Hi @asderame ,
The reason why you met this problem is that:
1. If the file is not uploaded in the form, in the output of [Get Response Details], attachment upload‘s content is empty.
2. If the attachment upload‘s content is empty, [Add Attachment] will fail
Maybe you could try:
Here is a link for your reference:
https://manueltgomes.com/microsoft/powerautomate/form-upload-to-sharepoint-list-item-attachments/
Best Regards
Cheng Feng
thank you for that info, I will try.
User | Count |
---|---|
6 | |
6 | |
4 | |
4 | |
2 |
User | Count |
---|---|
8 | |
7 | |
4 | |
4 | |
4 |