Hey Everyone,
Per the instructions online we utilise a LIST ITEM filter in the SharePoint Connector.
Is it possible and if so what is the syntax to join multiple filters?
I have a SharePoint Column name = Company so I can get Company = YES to filter no worries.
What I need to do is have two columns filtered i.e Company = YES + Property = %VARIABLE% (From question) I have tried numerous combinations including (and + & ; ,  but cant seem to get it to work as intended.
Any thoughts or ideas would be greatly appreciated.
Thanks in advance.
Anthony
Extra from the Help Menu Below.
List items
The filter requires the following format:
COLUMNNAME=XXX
Which returns only the list items where the value inside the COLUMNAME is equal to XXX..