Increment Number

The increment number stage allows you to increment a value in storage quickly. Using this action is safer than retrieving a variable in storage, incrementing and then saving again which could result in unexpected results if used in multiple flows being triggered concurrently.

FieldDescription
Group NameThe group name of the variable
Record NameThe record name of the variable
Time to live (minutes)The amount of minutes that the data row should be saved for. Note that the entire row gets deleted after the time set from the first save of that group-record-key
KeyThe key in storage to increment. You can increment multiple values through one stage by adding several key/value pairs
Value to incrementThe amount to increment the key by. This can also be negative if you wish to decrement the number