Hi, currently working in an App to registry tasks from a group of users using a SharePoint list as a database.
The idea would be that an User column of the list automatically gets the user profile of the the one using the app to save a new element (task).
I thought this would be as simple as put MyProfile() using the O365 connector as default value in the User column but to my surprise as a Person column is basically a lookup column when you save a new element, even when you can see the displayname of the user selected to go into the column, this would save as empty!
As a workaround I used a Singleline text value to save the displayname of the user with it's default property and it worked fine.
But as I'm moving forward with the app now I want to make a gallery to filter the task list and it would be nice to use the user profile properties as photo, e-mail, etc. and I can't since I don't have the profile anywhere.
Is there a way to auto-save a user profile into a person column?