I'm pushing data into Dataverse table using API
https://ORGNAME.crm.dynamics.com/api/data/v9.2/ENTITY_NAME/Microsoft.Dynamics.CRM.CreateMultiple
I have 8 columns in the table and all the columns are working fine except one column.Initially the column size is 128 then we increased to limit 850 yesterday but still i'm getting below error if the size exceed 128 for this column. Earlier this column property set as "required : true". i have disabled that property as well yesterday.but still throwing the same error.
{"error":{"code":"0x80090429","message":"String or binary data would be truncated in table '{0}', column '{1}'. Truncated value: {2}."}}