Using the workato lists function there should be a action to clear the list of all items, similar to the "create" or "append" lists function. This way after all of the items in the current loop at appended to the list at the end of the loop all of the items can be cleared and then the loop can run again with a new set of items instead of the current functionality which is just appending the new set of items to the end of the existing list.
Amanda Wong
said
about 7 years ago
The Append item to list action creates a new list by iterating over a list, each time the action is used.
Josh Shepard
Ability to clear appended list in a loop
Using the workato lists function there should be a action to clear the list of all items, similar to the "create" or "append" lists function. This way after all of the items in the current loop at appended to the list at the end of the loop all of the items can be cleared and then the loop can run again with a new set of items instead of the current functionality which is just appending the new set of items to the end of the existing list.