
Automate tasks with Sortable Lists
Stores items in lists where each item has a unique index, avoiding the creation of duplicates and maintaining a list of updated items.
https://botize.com
Triggers
-
If there are items in a unique list
Extract the next element from a unique list. The elements can be retrieved in different orders, not necessarily in the order in which they were entered.
Actions
-
Add or update an item in a unique list
Add a new item to a list or update it if it already exists, avoiding the creation of duplicates and keeping a list of updated items.
-
Extracting an element by its index
Extract the element from a unique list that matches a specific index.