In a combo box, how do I show the currently logged-on user if the form is NEW and if it's not new show the information from the SharePoint list?
I have this formula on the DefaultSelectedItems of the Combo box:
If(EditForm1.Mode=FormMode.New, Office365Users.MyProfile(), ThisItem.SharepointColumn )
This gives me an error on the entire formula.
I've tried many different variations on many different properties, but I can't seem to get the current user to display on a new form and the SharePoint value to display when editing a form.

Report
All responses (
Answers (