Skip to main content
Solved

API call for a field of type number

  • April 7, 2024
  • 1 reply
  • 15 views

Forum|alt.badge.img+2

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

Best answer by ScottWorld

Remove the quotation marks that are around your number. 

1 reply

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • April 7, 2024

Remove the quotation marks that are around your number.