Hi!
I haven't found this topic here, so here we go:
I have a list on sharepoint with a person picker.
Then, I have a PowerApps app that has a combobox to search and select a person. When I select, I save and it shows on list.
However, I set on this combobox to fill automatically with an E-mail of current user. But when I save it, it doesn't save on list - I don't know what I am doing wrong!
On DefaultSelectedItems:
{Email: User().Email};
I also tried "Value: .." instead of "{Email: .."
On the card, I kept on Update:
DataCardValue30.Selected
But I also tried and replaced by:
{Value: DataCardValue30.Selected.Email}
Or:
{Value: DataCardValue30.Selected}
So, I don't know what to do more... Can someone help me?