When running Office Scripts in Power Automate, the parameters passed into the Run script action can sometimes be very large and its request might get rejected by our service due to the default ASP.NET Core max request body size limit - 30,000,000 bytes or 28.6MB.
We have seen customer whose flow passes in a giant JSON (>40MB) as the script parameter and the request failed right away.
Should we callout this platform limit in the documentation?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
When running Office Scripts in Power Automate, the parameters passed into the Run script action can sometimes be very large and its request might get rejected by our service due to the default ASP.NET Core max request body size limit - 30,000,000 bytes or 28.6MB.
We have seen customer whose flow passes in a giant JSON (>40MB) as the script parameter and the request failed right away.
Should we callout this platform limit in the documentation?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.