The ultimate Make Documentation Topic

Internal Limitations of Make.com

There are several (currently undocumented) limitations in Make:

  • the User Interface (UI) does not let you process more than 3200 bundles in one call. Use paging or filtering, if available, in the API.

  • maximum of 40 minutes per scenario of execution

  • strings cannot be more than 4M bytes (3.8MB) - use an external script, program to process data and then send a subset of the string into make via Webhook or standard output (eg SSH module). The UI bombs out at strings at 2MB or so. Try to eliminate processing large strings like this to avoid unintended consequences.

  • max file size depends on your plan

1 Like