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.
Field | Description |
Group Name | The group name of the variable |
Record Name | The 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 |
Key | The key in storage to increment. You can increment multiple values through one stage by adding several key/value pairs |
Value to increment | The amount to increment the key by. This can also be negative if you wish to decrement the number |