Formatter error: 413 Request Entity Too Large
- Tables
-
Product updates
Product updates: January 2023 Product updates: March 2023 Product updates: February 2023 Product updates: April 2023 Product updates: May 2023 Product updates: June 2023 Product updates: July 2023 Product updates: August 2023 Product updates: September 2023 Product updates: October 2023 Product updates: November 2023 Product updates: December 2023 Product updates: January 2024 Product updates: February 2024 Product updates: March 2024 Product updates: April 2024 Product updates: May 2024 Product updates: June 2024 Product updates: July 2024 Product updates: August 2024 Product updates: September 2024 Product updates: October 2024 Product updates: November 2024 Product updates: December 2024 Product updates: January 2025 Product updates: February 2025 Product updates: March 2025 Product updates: April 2025 Product updates: May 2025 Product updates: June 2025 Product updates: July 2025 Product updates: August 2025
- Zaps
- Your Zapier account
- Interfaces
- Canvas
- Chatbots
- Getting started
- Agents
- MCP
- Built-in tools
- Lead Router
- Apps
Table of Contents
Symptoms
When using Formatter in your Zap you see the error message “413 Request Entity Too Large”
. You may see this error when setting up a Zap or in the details of a Zap run in your Zap history.
Causes
This happens when the data added in the Input field exceeds the maximum data size of 14 MB.
How to fix it
To fix this:
- Ensure the data sent to a Formatter step does not exceed 14 MB.
- If you know data over 14 MB will come through, use a Code by Zapier step to calculate the size of the data. You can use Javascript or Python.
- (Optional) You can also use the Code with AI feature to generate a script for you.
- Once the script is in place, add a filter to your Zap right after the Code step, to stop it running if the data exceeds the limit.