Move list item from one list to another will remove the list item from source but will not added it to the destination

john john 946 Reputation points
2023-07-28T02:22:43.1833333+00:00

I have this flow which should move list items from a list named Master to a list named Master-Archived:-

 

johnjohn123_0-1690510601025.png

 

johnjohn123_1-1690510711849.png

Now after the workflow run successfully, the list item will be removed from the source list Master, but will not be added to the destination list Master-Archived.. any idea?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,300 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,810 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChengFeng - MSFT 5,020 Reputation points Microsoft Vendor
    2023-07-28T08:52:42.86+00:00

    HI @john john

    The list item is different from the file, and moving the item across the list may fail. The ID of the list item in the list has a unique attribute. If moveto moves over, it will not be displayed. But it already exists in the list.

    Maybe we can change our thinking to solve move item

    This splits the act of moving items into creating new items in another list and deleting items in the original list.

    Here is List

    User's image

    User's image

    Here is flow:

    User's image

    Here is result:

    User's image

    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards

    Cheng Feng