I need to create a Flow that copies a SharePoint List Item from one list to another list. The two lists are in different sites but they have the same fields. The Flow must be able to copy all files attached to the first list item to the new list item in the second list.
Specifically:
- Need the "Create item" action to allow adding 1 or many file attachments. Currently the "Create item" action offers only some of the fields that are in the list. Below screen shot shows the "Create Item" action offers only the Title, Description and Total Work fields. It does not offer Attach file. It does not offer "status" which is also a field added to the list.
Alternatively:
- Need a new "Copy Item" Action similar to "Create item" but automatically copies all fields from the source item to the new item. Currently the "Create Item" action only sees som
Need option to attach files to list iteme of the fields of the source item.