Hi,
I'm building a flow on which I want a certain number of steps to take place when a new file is saved to a specific directory IF this file a pdf file (see the screenshot below).
I tried using a condition, checking if "File name ends with .pdf" to no avail : the flow branches to false.
I tried "pdf", ".pdf", I tried it with a Word document, and ".docx" : still not working.
I built a small flow just to check the names and paths of the files were captured correctly, and it is the case : when I put a new pdf file in the directory, I receive an email with the complete file name including its ".pdf" extention.
I am at a loss here, thanks for your help!