Dear community, I am stuck and need your expertise! I have a SharePoint list with suppliers. The title column is the name of the supplier and now I want my Flow to search the name based on an input from the user. But the contains filter is not working as I imagine.
If I filter directly in the SharePoint list, then it doesn't matter if I enter uppercase, lowercase only the second word in the name or only a part of the name, it lists me everything what my input contains.
In the flow it is like this:
Let's take the example name "Beautiful Day".
If I search for "Beautiful", there will be one match.
If I search for "beautiful" it finds nothing or "day" or only parts of it like "be". What I found out, is that there is some kind of case sensitivity. I've searched the net but couldn't find the right solution to my problem - so here I am, crying for help!
I wish the "contains" filtering worked exactly the same as it does in the SharePoint list .... what am I doing wrong?