
Announcements
I'm working on a task where I need to automatically save files from a folder on my shared drive to SharePoint whenever a new file is added or modified. The challenge I'm encountering is that the folder contains a large number of files, but I'm only interested in saving just one file when it is modified: lets say the file name is Accounts_Extracted. I'm new to power automate so I'm not sure what I'm doing. Is the below image sufficient for this task. The processI followed: When a file is added/modified ( here i put on the split on and include this in the triger output: @contains(triggerOutputs()?['body/Name'], 'Accounts_Extracted.csv')) -----get file content --- create file(sharepoint). Is this the correct way to achieve this task? Find the image below: