Hi folks!
I have an Edit Form that have a combo box, there is a default selected items but when I'm saving the form it returns Blank.
did that already. here is the error message. The column type in SharePoint list is Person.
ok, the change the formula to something like where "Value" is the default value for a new form
If(Form1.Mode = FormMode.New,"Value",Parent.Default)
I'm also using the edit form as new form. Sorry forgot to mention, that is why I need to set a default item.
the default should be parent.default to return the saved value