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