Power Automate - Copy Files to Another Folder
This example of creating a Power Automate Flow uses the following testing environment:
- SharePoint Site: sw_testing
- Folder 1: Folder_Inbox (copy new/modified file from this folder)
- Folder 2: Folder_Master (copy to this folder)

Create a new flow:

Add Trigger:
- - Name the flow in "Flow name"
- - Serach `When a file is created or modified` in "Choose your flow's trigger"
- - Select "When a file is created or modified (properties only)"
-
- If only need to copy new files, select: "When a file is created (properties only) SharePoint"
- - Create

Modify the trigger:
- - Copy the SharePoint site URL to the "Site Address", or click the drop down arrow of "Site Address", select the site of which the folders were created. In the example the site is "Qlik - sw_testing"
- - Select "Documents" in Library Name
- - Folder `/Shared Documents/Your_Site/Your_Inbox_Folder`
- - New step

- - Search "Copy file" in "Choose an operation"
- - Select "Copy file (SharePoint)"

File to Copy: Identifier

Destination Site Address: Paste your SharePoint site URL here
Destination Folder: `/Shared Documents/Your_Site/Your_Target_Folder`

Save