Decrement<T>
What to use it for | Prerequisites | Essential options to set |
---|---|---|
Use the Decrement<T> Activity in case you need a countdown in your Workflow. Decrement is often used together with a While loop or a DoWhile loop. The Increment<T> Activity is similar, but is used for counting up. | A previous Activity that saved an integer to a variable. |
|
<T>
You want to count down from a certain number. First, indicate from what type of integer you are counting down. You can use any type of integer: Int8, Int16, Int32, Int64, but also other types of integers such as bytes.
Options
Option for indicating which variable contains the number that you are decrementing.
Option | What is it | How to use it |
---|---|---|
Number type | The type of number that you are decrementing. | Select the number indicated <T>. |
Integral number | Option to indicate which variable contains the integer that you want to decrement. | Enter the name of a variable. |
, multiple selections available, Use left or right arrow keys to navigate selected items