Hi I am building a permit management app and on my "OpenNewPermit" screen I have a form, linked to a sharepoint list, in which I want to set a default value of "Open" for the status. When I have put the field into the form it has automatically assigned a Combobox and I have used the following formula in the Items property - Filter(Choices([@'Permit Tracker'].Status),ThisItem.Status="Open")
Alas this isn't working and any help would be much appreciated.