I have a gallery filtered with Filter('data source','Created By'.Email="email@email.com")
My data source is an SP list and I have a column named "Status" which is a single line of text.
I will like to filter using an AND Condition to include the Status.
I have tried this: but I am getting an "incompatible type message". What am I doing wrong? The filter seems to work, but the message persists.
Filter('datasource','Created By'.Email="email@email.com") &&('Status'=2))