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
Get List Element
Documentation
Documentation
Lists
Get List Element
Returns the element at the specified index
Inputs
list: List (required)index: Index (required)
Outputs
element: Element
Previous
Remove Item
Removes an item from a list
Next
On this page
Inputs
Outputs