{\rtf1\ansi\ansicpg936\cocoartf2869 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0 \f0\fs24 \cf0 \ \ \ \ \ How to Fix Make.com Bundle Validation Text Length Error (Step-by-Step)\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\

How to Fix Make.com Bundle Validation Text Length Error

\
Updated on May 16, 2026 \'95 3 min read \'95 Category: Automation Troubleshooting
\ \

If you are building advanced automation workflows, encountering the BundleValidationError in Make.com (formerly Integromat) can be incredibly frustrating. This usually happens when you try to pass long paragraphs into a field that expects a short string.

\ \ \
\ \uc0\u55357 \u56960 Automation Tip: Don't waste hours on manual testing. Sign up for a free Make.com Pro Account Here to get access to advanced error-routing handlers that bypass these limits automatically.\
\ \

Why Does This Error Happen?

\

When connecting APIs like OpenAI, Notion, or Twitter to Make, each input field has strict character limits. If your text payload exceeds this threshold, the module will throw a validation error and stop the scenario entirely.

\ \

3 Steps to Fix the Text Length Limitation

\
    \
  1. Identify the Truncation Source: Open your Make scenario history, click on the failed module, and inspect the input bundle to see which variable caused the overflow.
  2. \
  3. Apply the Substring Function: Inside the problematic field, wrap your variable with Make's native function: substring(your_variable; 0; 2000). This limits the output to 2000 characters.
  4. \
  5. Enable Error Handling: Right-click the module, select "Add error handler", and choose "Ignore" or "Resume" to ensure your automation never stops again.
  6. \
\ \

Frequently Asked Questions

\

Can I increase the default length limit in Make.com?

\

No, you cannot change the API limits set by external platforms, but you can upgrade your workflow strategy using split-text routers.

\ \ \
\ \ \ }