Hi all, cant seem to find an answer i understand in the other questions that have been asked - simply put i need to ilter a sharepoint list with two criteria , heres my current formula that produces a delegation warning but isnt actually showing anythign anyway :
Filter('PO Request North', 'Assigned To :'=User().Email And Status, "Pending")
Table is - PO Request North, i want to only view the "assigned to" column that is the current user, and the "status" column where it shows pending.
any help appreciated