Metadata string size

Hi,

Is the metadata field string actually limited to 1MB in size?

I have workflow script need to extract and process a meta field which can be more than 1MB in size.

metaDocument.FieldByName(‘_vger_fld_BIS’);

Even I tried to extract data using REST Api, it gives me same result. Value is being truncated to up 1,048,568 characters.

Is there anyway to overcome this limitation?

Thanks

That’s correct. The size of the metadata field value is limited to 1,048,568 characters (1 MB in size). It’s unfortunately not possible to exceed this limitation.