Hello, I have a label and the text property is set to, ListBox1.Selected.Result, which works fine but when I use the app and go to edit mode the label is blank again
I have tried, a version of a formula I am using for my dropdowns in the dropdown "default" property, but labels do not have a defualt property.
If(EditForm1.Mode = FormMode.Edit, ThisItem.'Maintenance Asset Description'.Value, ListBox1.Selected.Result)
This formula in the text property does retain the value but now the label does not change when a new item is selected from the list.
any help appreciated!