Forum Discussion
Supratim
5 years agoContributor III
@Dhivya_Aroma1 This is data issue, looks like you are updating a Number field which is not a number. You might require to use parseInt()/parseFloat() before updating this field.
- Dhivya_Aroma15 years agoNew Contributor III
Hi @Supratim, Thanks for the update. Sure will try this function to fix the issue.