CATEGORIES
« Hide
All Integrations424Built-In12Artificial Intelligence27Commerce22Communication55CRM46Delivery Management1Developer Tools87Education9Finance26Hosting27Human Resources6Issue Tracking13Marketing107Media53Productivity87SAAS62Security8Social27Storage21Support19Task Management46

List Operations

List Operations action and trigger components.

Actions

Action components allow you to perform operations on the app.

Add Item

Adds an item to the list.

If a list is provided, item is placed at the specified position. If not, a new list is created with the item

Count Items

Counts the number of items in a list.

Create List

Creates a list either empty or with given items.

Filter

Filters a list based on given query.

Get Item

Gets an item from a list by its position.

Get Range

Gets a range of the list between given start and end position range.

Range limits are inclusive. Items at the start and end positions are included in the result. Item numbers starts from 1. Negative numbers can be used to get items from the end of the list. For example, -1 means the last item.

Get Unique Values

Removes duplicate items from a list.

Join Text

Joins a list of text values into a single text value, joined by a separator.

Merge Lists

Merges two lists into a single list.

Number Range

Returns a list of numbers in the given range.

Remove Item By Position

Removes an item from a list by its position.

If the position is outside of the list size, no item will be removed.

Remove List Range

Removes a range of items from a list by given start and end positions.

Range limits are inclusive. Items at the start and end positions are removed too. Position of the items start from 1. Negative numbers can be used to count from the end. -1 means the last position.

Reverse

Reverses the order of items in a list.

Set Item

Sets an item in a list at a given position.

New item will replace the existing item at the position. If you want to insert without replacing, use the Add Item component.

Convert To Table

Converts a list of entities to a table.