Start » Filter Reference » Data Flow » Loop Utils
Loop Utils
Select a filter from the list below.
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
![]() |
AccumulateElements | ![]() |
Creates an array from elements appearing in many iterations. |
FoundationLite |
![]() |
CountConditions | ![]() |
Counts in how many iterations the input condition was met. Typically used to check how many PASS or FAIL cases there were in a cycle. |
FoundationLite |
![]() |
CountValueInLoop | ![]() |
Counts value occurrences in all loop iterations. |
FoundationLite |
![]() |
Exit | ![]() |
If the specified condition is true, exits the macrofilter loop. |
FoundationLite |
GetPreviousObjects | ![]() |
Returns the current and the previous objects. |
FoundationLite | |
![]() |
LastExactlyNObjects | ![]() |
Returns an array of N most recent objects. |
FoundationLite |
![]() |
LastMarkedObject | ![]() |
Returns the last value passed with inCondition set to 'True'. |
FoundationLite |
![]() |
LastMultipleObjects | ![]() |
Returns an array of most recent objects. |
FoundationLite |
![]() |
LastNotNil | ![]() |
Returns the last value passed that existed. |
FoundationLite |
![]() |
LastTwoObjects | ![]() |
Returns the current and the previous object. |
FoundationLite |
![]() |
LoopMaximum | ![]() |
Returns the object for which the associated value was the highest among all iterations. |
FoundationLite |
![]() |
LoopMinimum | ![]() |
Returns the object for which the associated value was the lowest among all iterations. |
FoundationLite |
![]() |
TestFirstIteration | ![]() |
Checks if a loop is in the first iteration. |
FoundationLite |
![]() |
TestObjectChanged | ![]() |
Checks if the input object is different than in the previous iteration. |
FoundationLite |