You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add multiple conditions in getContent. I tried like this but it is not working.
"filterByFormula" => "AND( Status = 'New' ) AND ( Color='Red')",
Please add some examples of multiple conditions with AND, OR operators.