Help

Re: Adding 1 to a field through interface button?

Solved
Jump to Solution
1007 0
cancel
Showing results for 
Search instead for 
Did you mean: 
adam-skjervold
5 - Automation Enthusiast
5 - Automation Enthusiast

Seems like it should be relatively simple, all I want to do is use a button from an interface to add 1 to a number field in my table

I'm using the button linked to an automation and here's what it looks like:

adamskjervold_1-1677693322106.png

And this is using a dynamic update:

adamskjervold_3-1677693551895.png

But here's what happens when I test this:

adamskjervold_2-1677693486522.png

So I guess it's the wrong format, and I can't find any documentation on formatting for this. Seems like I can't even add two fields together.

So how would you do this?

 

 

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

I'm afraid you'll need a formula field specifically for this, with the formula being `{Calls} + 1`, and you'd get your automation to paste the value of that formula field into the "Calls" field

See Solution in Thread

2 Replies 2
TheTimeSavingCo
18 - Pluto
18 - Pluto

I'm afraid you'll need a formula field specifically for this, with the formula being `{Calls} + 1`, and you'd get your automation to paste the value of that formula field into the "Calls" field

Okay thank you!