I am trying to get excel row using Get a row Excel Online(Business) connector.
It fetches the data correctly, but the data is case sensitive.
For eg. If I want to get a row where Key Value is "ABC" then it returns the row.
But, if Key Value is "abc" then it does not return the row.
How to ignore the case while matching the condition?
Any help?