I'm getting the below error when trying to attach a sharepoint grouped attachment. Is there a better way to attach all attachments associated with a row in a list in sharepoint?
Solved! Go to Solution.
Hi @TesDA,
Please use the Get attachment content action to do it instead of Get file content action:
Above it is only one attachment in the list item, if there is multiple attachments in the item, you should initialize an array variable to store the file name and attachment content:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi @TesDA this error is becouse your file content from your get file content in empty, I got the same error is like a temporary bug.
Proud to be a Flownaut!
Hi @TesDA,
Please use the Get attachment content action to do it instead of Get file content action:
Above it is only one attachment in the list item, if there is multiple attachments in the item, you should initialize an array variable to store the file name and attachment content:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.