Hi,
I have a flow that collects the attachments from one Sharepoint list and move it to another List.
The file is usually a Word Doc (size 500KB approx)
The flow gets the file content and create a new file on a Sharepoint folder.
This seems to work, I can see and open the new file from the folder but the process takes 2 hours and on this step, fails with this error:
MaxRequestCountReached. The maximum number of requests allowed '1000' was not sufficient to upload the entire content. Uploaded content length: '537130'. Total content length: '537594'.
It doesn't always fail. When it does, I notice that the outputs from "Get file content IKEv2" is bigger.
Any workarounds please?
Many thanks!
Solved! Go to Solution.
Hi there,
I think I found a workaround. You need to convert the content from "Get file content" from base64 to binary.
Do this in a Compose before you create the new file and use the Compose outputs as the file content:
Hi there,
I think I found a workaround. You need to convert the content from "Get file content" from base64 to binary.
Do this in a Compose before you create the new file and use the Compose outputs as the file content:
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
14 | |
14 | |
10 | |
7 | |
6 |
User | Count |
---|---|
20 | |
16 | |
10 | |
9 | |
8 |