Forum Discussion
2 Replies
- SupratimContributor 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_Aroma1New Contributor III
Hi @Supratim, Thanks for the update. Sure will try this function to fix the issue.