Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

API call for a field of type number

Solved
Jump to Solution
660 1
cancel
Showing results for 
Search instead for 
Did you mean: 
rachel_gol
4 - Data Explorer
4 - Data Explorer

Hi
I'm trying to make an AIRTABLE API call
To update a record
The field I want to update is a field of type number
And when I try to enter a number I get this message
Field "Hours used" cannot accept the provided value
Of course I enter only a number without signs
This is the body of the API call I'm making


{
"fields": {
"Hours used": "35"
}
}


I will rejoice in repentance
Thank you

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

Remove the quotation marks that are around your number. 

See Solution in Thread

1 Reply 1
ScottWorld
18 - Pluto
18 - Pluto

Remove the quotation marks that are around your number.