Hello.
I am trying to use a function to insert a number into a numeric type item in Events in CRM, but I am not succeeding.
I can update other items such as one line of text with no problem.
How do I pass a value to a numeric item to update it?
The image below shows the data from an api response with a value in a numeric field.
- {
- "data": [
- {
- "receipt_no": 1111111,
- }
- ]
- }