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
The trigger is the event that starts the automation.
-
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
The action is what happens automatically, without you having to do anything else.
-
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.