Views:
Applies to Product – Microsoft Dataverse

What’s happening?
The custom logic fails to function correctly due to a limitation in the Decimal column range, resulting in validation errors when attempting to update values that exceed the allowed maximum.

Reason:
The error occurs when the value being processed is outside the valid range for the Decimal column, which is between -100000000000 and 100000000000.

Resolution:
Verify that the value being inputted into the Decimal column is within the valid range. If the value exceeds the limit, adjust it to fall within the acceptable range.