Flow
Metaflow referentie: Console
Compare

Optie |
Waarde |
Type veld |
First value |
First value |
text |
Second value |
Second value |
text |
Operator |
Operator used for comparison of two provided variables |
dropdown |
Check types |
When true, compares value 1 & value 2 regarding also their types. When false, types checking is ignored |
dropdown |
Continue Loop

Break Loop

Delay

Optie |
Waarde |
Type veld |
Delay |
Time in miliseconds |
text |
Standard Loop

Optie |
Waarde |
Type veld |
Start index |
Start value of the loop. It is an integer type, but $variable can be provided as well. If provided values is out of range, will be converted to 0 |
text |
Incrementation |
For decrementation use negative value. It is an integer type, $variable can be provided as well. If provided values is out of range, will be converted to 0 |
text |
End index |
When loop should be finalize. It is an integer type, $variable can be provided as well. If provided values is out of range, will be converted to 0 |
text |
source |
Enumerable source available for iterate. If set, loop will automatically try to get the object from the enumerable during every iteration, based on current index |
text |
Output index |
Output actual index. Every time when loop is iterating new index is set. It is an integer type being set in defined $variable |
text |
Output value |
Output actual value from enumerable source based on the current index of the loop. Every time when loop is iterating new value is set |
text |