Hi, is there a way to increment a number field via the API ?
Something like:
base(‘Variants’).update(a
{
id:id,
fields:l
my_number_field: increment(1)
]
}
])
I would like use the API to perfom an update without pulling the previous value first.