Hi all,
Still a novice here. I have an app that populates a Sharepoint list which includes a column for a user. This column should default to the logged in user. For the app I tried to use the Default field tried to use something like:
Office365Users.MyProfileV2(User().Email)
Wasn't sure if Email is correct or if it should be FullName. Either way, I can't get it to default to the logged in user name (or ID?). Any suggestions?