I am trying to Move a sharepoint list item from project list to archived project list based on Status column change to Complete. Flow checker states 0 errors and 0 warnings and my flow completes but my archive list is still empty and my completed projects remain where they are.
If the destination is a SharePoint list (not a document library), use Create Item instead of "Copy File":
Replace the Copy File action with Create Item.
Map the metadata (columns) from the source list to the archive list.
For example:
Use Get Item after the trigger to retrieve all list item properties.
Use Create Item to create the item in the "Projects Archive" list.
Map fields like Title, Status, Date, etc., to the new list item.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.