
Automate tasks with Unique 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
-
Export a list of items in a unique list
Export up to a maximum of 1000 items to a unique list. Items that already exist in the single list are replaced (not updated) while items that do not exist are added.
-
Remove an item from a unique list
Remove the item from a unique list identified by its index.
-
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.