Support
Help Center
Airtable Universe
Airtable Templates
Airtable Guides
Developer Documentation
Sign up for Airtable
Airtable Community
Announcements
Discussions
Ask A Question
Show & Tell
Development & APIs
Groups
Airtable AI
Airtable Enterprise Network
Marketing
Product Operations
EDUser Group
Events
Resources
Getting Started
Job Board
Product Ideas
Search
Community
Knowledge base
Paul_Bouisset
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Browse
Airtable Community
Paul_Bouisset - profile
Paul_Bouisset
4 - Data Explorer
since
Jul 31, 2020
Nov 29, 2022
User Statistics
2
Posts
0
Solutions
0
Kudos given
0
Kudos received
User Activity
Posts
Replies
How to increment number field via the API
Jul 31, 2020
Hi, is there a way to increment a number field via the API ? Something like: base(‘Variants’).update([ { id:id, fields:[ my_number_field: increment(1) ] } ]) I would like use the API to perfom an update without pulling the previous value first.
Re: How to increment number field via the API
Aug 05, 2020
Thanks for your reply! That would be convenient but I was expecting this answer