copy list items from one list to another in sharepoint

前端 未结 11 2063
无人共我
无人共我 2020-12-14 20:35

In Sharepoint how can you copy a list item from one list to another list eg copy from \"List A\" to \"List B\" (both are at the root of the site)

I want this copying

11条回答
  •  暖寄归人
    2020-12-14 21:07

    So, the lists have the exact same or similar columns? Either way, you could create a simple workflow that runs automatically when an item is created in "List A". Since the workflow in question is relatively simple, I'd recommend using SharePoint Designer (which is free) to create it, since you can easily match up the columns from the two lists. The walk through below should be able to help you get started.

    Create a Workflow - SharePoint Designer

提交回复
热议问题