Skip to main content

List Operations

WFBs that are used to operate on lists.

NameDescription ParametersResult
For LoopRunning a loop depending on the number of items or the current parameter
  • Use Current Parameter: The for loop will iterate based on the current parameter number
  • Specify Number: Set the number of iterations of the for loop
  • N/A
    Get List ItemUse to work with a list item (First entry, last entry, or specified index)
  • First Entry: Get the first item in the list
  • Last Entry: Get the last item in the list
  • Index: Get the list item at the specified index
  • N/A
    Get List LengthList length is written to the current parameterN/AReturns as a current parameter