Appsheet api increment column

Iam calling an api which i wish to increment/add one to a column. how do i do that? I have treid the following does not seem to work.

"input extra matrial":"<<[input extra matrial]>>+1"

"input extra matrial":"<<[input extra matrial]+1 >>"

"input extra matrial":"<<[input extra matrial]>>+1 "

Solved Solved
0 4 427
1 ACCEPTED SOLUTION

@Pethipojquis56 wrote:

"input extra matrial":"<<[input extra matrial]+1 >>"


Among your examples, this follows the appropriate syntax for expression variables.

Are you sure your syntax is the problem? Does the webhook task include other data updates that work? Does the task have the right table selected in its properties?

An alternate approach would be to create an action within the app that increments the column value and then call that action from the API rather than the generic "Edit" action.

View solution in original post

4 REPLIES 4
Top Labels in this Space