Power Automate: check if an excel file already exists in sharepoint

To check if an excel file is already created in the sharepoint, I have to add 3 steps. After clicking on the “+”, in the “search” field, put “initialize” to select this option:

power automate

Fill the fields and in the “value” one, let it blank:

power automate

NOTE: in the “name” field, put whatever you want

Click on the “+” and in the “search” field, put “sharepoint get file” to select this option:

power automate

In the “advanced parameters”, click on the “down arrow” to select “filter query”:

power automate

And put:

  • Option 1: FileLeafRef eq 'XXX.xlsx'
    power automate
  • Option 2: FileRef eq 'https://sharepoint.com/YYY/XXX.xlsx'
    power automate

NOTE:

  • Option 1 will look in all folders and subfolders inside the “root folder” (in my example, it is “(shared) documents” library), replace “XXX” by the name of your file
  • Option 2 will look inside a specific folder located in the “root folder” (in my example, it is “(shared) documents” library), replace the link path by yours (YYY is your folder and XXX by the name of your file

Click on the “+” and in the “search” field, put “condition” to select this option:

power automate

Click on the first “choose a value” field then click on the “lightning” icon to select:

power automate power automate

Click on the second one then click on the “lightning” icon to select:

power automate

NOTE: it is the name I put for my “initialize” step

power automate

Now, in “true”, I put the “send an email” step but you can put whatever you want, so if the file doesn’t exist, it will send me an email, if not, it will do nothing.

power automate

Interesting Topics