Blocks & Flow Editor
List
Bot Studio list automation reference
append
Returns list contents followed by a new element.
concat
Combines two arrays/objects into one.
drop
Returns all but the first n elements of a list.
find index
Returns index of first matching element.
find last index
Returns index of last matching element.
flat
Flattens nested lists depth-first (one level).
includes
Checks if a value exists in an array/object.