I am trying to Filter some CRM records to only contain items that are still open.
The Status field equals 0 (Zero) when the record is open but I can't find how to filter on this.
Trying
Filter(Opportunities, Status = 0)
results in an error that the Status clause has incompatible value types.
Anyone know how to do this?