I'm creating a flow when an existing excel file was modified, the file was located in sharepoint.
Could someone tell me how to get the list name of the file (I made a simlier flow and success but I forgot how to do)?
Or is there another method to process flow when a specific file modified in sharepoint?
Solved! Go to Solution.
Hi @Jerry5209,
What you mean is monitoring whether a specified file has been changed?
You could use the Condition to determine if it is the specified file before executing the following action.
The folder where the selected file is located.
Determines whether "File name with extension" is equal to the file name of the specified file.
Like:
Regards,
Barry
Hi @Jerry5209,
You could configure the trigger in the following two ways.
The first is to use When a file is created or modified as a trigger. This allows you to select the corresponding library directly from the drop-down list.
The second is to use When an item is created or modified as the trigger. When configuring the List Name, you need to select "Enter custom value" and then manually type the Library Name.
Please take a try.
Best Regards,
Barry
Hi @v-bacao-msft Barry:
Thanks for reply.
This Sharepoint (Library) was used for department and with a lot of layers folder and files inside.
For 1st way, it works but the mail receiver will get a lot of mails when folders or files were modified under the folder what I set in the triger.
For 2nd way, I have no idea how to type the Library Name which will make it happen (send an mail when a specific file was modified), and the file might be lokcate at 2nd/3rd or deeper layer folder of the library.
BR Jerry
Hi @Jerry5209,
What you mean is monitoring whether a specified file has been changed?
You could use the Condition to determine if it is the specified file before executing the following action.
The folder where the selected file is located.
Determines whether "File name with extension" is equal to the file name of the specified file.
Like:
Regards,
Barry
User | Count |
---|---|
88 | |
79 | |
45 | |
29 | |
25 |
User | Count |
---|---|
38 | |
29 | |
26 | |
22 | |
18 |