Pin data size limit

Hey guys,

Is there any way to increase the maximum pin data size within a workflow? I currently have a 16 MB pinned data limit across the workflow

error message:

Unable to pin data due to size limit
Workflow has reached the maximum allowed size (17.21 mb / 16 mb)

As far as I know there isn’t an official way to increase the pin data size limit.

The limit is hardcoded to help keep the editor responsive and prevent performance issues.

If you need to work with larger datasets, you’ll need to consider workarounds—like storing the bulk of your data externally (in a file system or database) and only pinning a subset in the workflow.

You can also use subworkflows to process data in smaller chunks.

I’ve found a recent post about the same topic. Maybe you’ll find this useful:

:point_right: If my reply answers your question please remember to mark it as the solution

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.