Hello guys,
I have a Multiple lines of text field in CRM which is used to store JSON from an API call. This field is set to its maximum length. The issue is sometimes the json is too big and am thrown a validation error that the length of json exceeds the maximum length of the field.
How can I solve this issue? I cannot cut down on the properties the json is storing. I was thinking of adding another field to store the extra characters of the json in that field. But am thrown a " fail to serialize object".
*This post is locked for comments
I have the same question (0)