Skip to main content

Are there limitations on the array and object datatypes and how deep data can be nested?

Hey Ben! The limit for a field in Iterable is 32766 bytes. This translates to roughly 32k characters for string fields. The limit to items in an array/object is dependent upon the size of each item — the 32766 bytes limit applies to all field types.


Reply