Tough to know if this belongs here or in the PowerAutomate community, so I'm putting it in both.
I'm trying to Create a new record (Common Data Service) in PowerAutomate. The error I'm getting is:
{
"status": 400,
"message": "A validation error occurred. The length of the 'cr8a9_fullscopetextarea' attribute of the 'cr8a9_workorder' entity exceeded the maximum allowed length of '100'.",
"source": "orgd44a680b.crm.dynamics.com",
"errors": [],
"debugInfo": "clientRequestId: cb9c6f4d-71ba-40a7-b9ae-ab0de6d74ed4"
}
I can't find documentation on the limits of the Text or TextArea fields in Common Data Service. I don't know if this 100-character limit is on the Automate side or the CDS side. I find it hard to believe a TextArea is limited to 100 characters. If it is, what is used for larger blocks of text?
Any help would be appreciated. Thanks.