Hello,
I am trying to set up a fairly simple Flow where if a file in SharePoint with a specific name is updated or created, then the Flow will email that file.
Here is how I have set up the flow:
With the condition set to File name contains Taxonomy (part of the filename I was to grab).
However, no matter what I do the condition always seems to fail:
Any help would be greatly appreciated. Can't seem to figure out how to set up/use the Condition properly.
Many thanks!
Try to use toLower() for the file name and check if it contains 'taxonomy'.
The guidance proivded by @VictorIvanidze will work for you.
Here is how it should look - my expression can be seen in the comments:
Hi,
It looks like there has been a few suggestions that should work for you. I just wanted to add in a little documentation here for you on this. Feel free to take a look.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-lower-upper-proper
Regards,
Alex
-------
Community Support Team _ Alex Rezac
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.