I have no idea why I am getting this error.
I have the same configuration in another field and it works fine.
But in this one when I click on edit it gives the following error.
The fields are ABC.
The field is a dropdown on the edit form as "Allowed Values".
Don't know if the information from the monitor could help
{
"status": null,
"duration": null,
"dataSource": null,
"responseSize": null,
"controlName": "ITEM_DataCard3",
"propertyName": "Default",
"nodeId": null,
"formulaData": {
"script": "",
"spanStart": null,
"spanEnd": null
},
"data": {
"errors": [
{
"Kind": 25,
"Message": "The value '911120V.58' cannot be converted to a number.",
"Source": "ITEM_DataCard3.Default",
"Observed": "ITEM_DataCard3.Default",
"Details": null
}
],
"info": "The value '911120V.58' cannot be converted to a number.",
"context": {
"entityName": "ITEM_DataCard3",
"propertyName": "Default"
}
}
}
{
"status": null,
"duration": null,
"dataSource": null,
"responseSize": null,
"controlName": "ITEM_DataCard3",
"propertyName": "Default",
"nodeId": 3,
"formulaData": {
"script": "",
"spanStart": null,
"spanEnd": null
},
"data": {
"errorMessage": "The value '911120V.58' cannot be converted to a number.",
"raiseToastNotification": false,
"wasReported": false,
"error": null,
"functionName": "Value",
"context": {
"entityName": "ITEM_DataCard3",
"propertyName": "Default",
"nodeId": 3,
"id": 1581,
"diagnosticContext": {}
},
"info": "The value '911120V.58' cannot be converted to a number."
}
}
Thanks