
Announcements
Hello,
I have the following step in a flow to check if it is a pdf file. Is there a better way to do this. e.g. this would fail if someone had a file called file.Pdf
thanks
Hi , @everdingk
You can use toLower() or toUpper() function both side in your condition.
toLower(DisplayName Expression)
You need to replace the DisplayName Expression in your side , and you can see it expression when your mouse hover on it.
If this reply can help you , you can click mark this reply as solution, thanks in advance!
Best Regards,
Yueyun Zhang