Forum Discussion
Move items from one sharepoint list to another
Steps to Move Item from one SharePoint site to another.
1)select the trigger "When an item is created or modified", and choose the "Express Pickup Hold Rack" list from the SharePoint site.
2)Add a condition to check if the value of the "Collected" column is equal to "YES" by setting a value as true.
3)If yes" branch of the condition, add the action "Create item" and choose the "Express Pickup Hold Rack Archive" list. Map the fields from the original item to the corresponding fields in the archive list.
4)Also to remove the item from the original list after archiving, add the action "Delete item" and choose the "Express Pickup Hold Rack" list.