Hi Experts!
I am trying to apply the below logic to the Filter Query, however, it is not working. When I run my Flow, it doesn't bring any information.
(SSNReceived eq 'No' or SINReceived eq 'No') and (GeneralStatus eq 'In Process' or GeneralStatus eq 'Completed')
I have three columns within the SP List: (1)"SSNReceived" which is a single line of text column, (2)"SINReceived" which is a single line of text column and (3)"GeneralStatus" which is a choice column.
Could you please how can I bracket these statements? I have tried multiple ways without success,
Thank you in advance 🙂