Flowcode Docs home page
Search...
Getting Started
Quick Start
Flowcode Basics
Essentials
Testing
Debugging
Deploying
Organizing
Advanced and Settings
Advanced Features
Settings
Nodes
Console
Control Flow
Dates
File System
Lists
Accumulate Some Values by Count
Repeat
Get List Element
Remove Item
Concat Lists
Prepend
Append
Head and rest
List Length
Flatten
List Is Empty
Reverse
Loop List
Remove Item At
Slice
Numbers
Objects
State
Strings
Flowcode Docs home page
Search...
Search...
Navigation
Lists
Loop List
Documentation
Documentation
Lists
Loop List
Emits all values in a list
Inputs
list: The list to loop (required)
Outputs
item: Will emit a value for each item in the listindex: Will emit the index of the itemlength: Will emit the length of the list
Previous
Remove Item At
Removes an item from a list at the specified index
Next
On this page
Inputs
Outputs