admin管理员组

文章数量:1123766

Requirement

Automatically duplicate a document in a SharePoint document library when the status is set to Published.

What I have achieved

Detect changes of status and run the flow; sending a notification email is successful.

What is failing

Copy file. There's no new file created.

Confusion/Lack of understanding

There is ambiguity around identifying the file to be copied in Microsoft (and other) examples, and how that ID is fed into the Copy File action. And whether ID alone is sufficient, or I also need to use "content".

Request

Guidance about what I am doing wrong.

This is how the flow is set up, and shows detail of the Copy action. It doesn't do anything, but the flow does complete.

Detect file change in SharePoint

![Detect file change in SharePoint][1]

Detail of copy file action

  • my images were not attached due to lack of reputation. So here is narrative equivalent:

Condition: when an item or file is changed Action: get medatada Condition: if status = Published True evaluation: Copy File (detail includes Get file metadata)

本文标签: copySharePoint 365 Power Automate duplicate documentStack Overflow