Increment Data by a Given Value
Action for Incrementing a value by a given amount.
Properties
Value: Value to increment
Amount: Integer amount to increment by
Output
Output-location: Write to location
Example
If the value is 10 and amount is 1, the output is 11. (10+1=11)