Hi All
Hoping someone can help as I've been struggling with this for hours
I have 3 ComboBoxes that I am trying to set the DefaultSelectItems for.
Depending on whether the screen is in new mode or edit I'd like the ComboBox to either say 'Find Items" for new mode, or pull the parent value from the gallery if it's in edit mode
This formula which works in the InputTextPlaceholder field but not the DefaultSelectedItems field?
If(EditForm1.Mode = New, "Find items", Parent.Default)
Which is frustrating because it looks like the value is there, but it's not really so the user has to select them again before resumbitting the form (as they are required fields)
Any help would be appreciated
Thanks all
V