Hi everyone. I am new user on power apps. I have a sp list and i created a custom form with power apps. At my sp list i have a field which is "Person or Group" data type lets call it "Accountable_user".
My goal is to display the default user to the "Accountable_user" when i create a new record with the custom form and display the saved value of the "Accountable_user" from the sp list record when i edit the record with the custom form.
The name of the datacard for the "Accountable_user" field is: Accountable_user_DataCard1
The name for the "Accountable_user" field is: DataCardValue11
To achieve my goal i wrote the following code to the DefaultSelectedItems property of DataCardValue11:

Also i wrote the following code to the Default property of DataCardValue11:

I managed to display the default user when i create a new record-item with the custom form but when i edit a record-item with the custom form DataCardValue11 doesn't display anything.
I also pasted the code of the Default property of DataCardValue11 to the Default property of Accountable_user_DataCard1 with the same results.
Any ideas?