Hello,
I have a table called bookmarks and I need to filter the data on two possible combinations with one combined output.
Option 1
active=true
global=true
table="sites"
Option 2
active=true
table="sites"
userid="1"
projectid="1"
I have tried using and or but get an error saying I cannot combine them. What would the best way to achieve this - I need to return a single collection with both these options.
Thank you,
Adam