The goal for this flow is when a File is created in a folder in SharePoint containing someone's name it will send the person an email containing the file.
Solved! Go to Solution.
Just noticed you'll need to use file identifier instead. File name is a unique ID generated by SP. These are the results of uploading a word doc titled "grayden.docx":
This is not an error, the message is stating that your condition evaluated as false. E.g. This flow is designed to send me a notice if 1=2; of course it does not:
I recommend you compare the file name to the content (and maybe formatting) of your condition values. I hope that helps!
For one of the tests I made the file name just the persons name, and it still did not send. I have made other flows this way in the past without an issue. I figured if the filename contains the name it should be fine.
Just noticed you'll need to use file identifier instead. File name is a unique ID generated by SP. These are the results of uploading a word doc titled "grayden.docx":
SUCCESS! thank you!
User | Count |
---|---|
95 | |
39 | |
25 | |
22 | |
16 |
User | Count |
---|---|
129 | |
51 | |
48 | |
35 | |
24 |