Hi. I am trying to get filtered data from my table in PowerAutomate using Filter Odata query but I am unable to use the OR function to get multiple filters. I am able to use each function independently but if it does not work if I try to get an output using the OR function. Can someone please advise how to use it correctly.
These functions work independently (Here 'City' and "CompanyName' are the fields that are inputs and City & CompanyName are from the table)
contains(City,'City')
contains(CompanyName,"CompanyName')
but if I try to combine it using OR function as below, it does not work in either of these 2 options that I try
OR(contains(City,'City'),contains(CompanyName,"CompanyName'))
contains(City,'City') OR contains(CompanyName,"CompanyName')
Will appreciate if someone can suggest a solution. Basically, I want to use multiple filters to get the relevant data from a table before processing it