Hi, I'm new to PowerApps and struggling with filtering a data table from an excel spreadsheet. I have a column called 'Status' which picks either 'DUE' or 'COMPLETED' depending on a date and populates the column. In excel in can filter on that column but when I try to filter 'DUE' items in PowerApps using the formula below, it gives me error messages about 'incompatible types for comparison' and 'Expected text value'.
Filter(MeetingPlanner,STATUS="DUE")
A lot of people seem to have similar issues with filter on this site but I haven't found the solution - if it is to do with the fact that my source column is a calculated value, what function or syntax do I need?
Thanks in advance