Hi,
I have a field that default populates the user email in the form new mode but when I select a record from a gallery, the field changes to the value of the selected record. This has been achieved using the below formulae in the Value property.
If(FormBasicInfo.Mode=FormMode.New, User().Email, ThisItem.RaisedbyEmail)
I want to do the exact same for a drop box field in the same form
At present, I have the following:
Items: Choices(DRF_Status)
DefaultSelectedItems ["Draft"]
There is no value property therefore it must have to be entered somewhere else.
I have experimented with the above formulae in different property fields for the drop-down with no luck. and my search in this forum and on youtube I find similar yet slightly different requirements and I have failed to translate their solutions to meet my objective.
Any assistance would be much appreciated,
Thank you.