hey @Norsk_Imposter
i have done this in the default property of a peoplepicker:
If(Form1.Mode=FormMode.New,
{
Claims: "i:0#.f|membership|john.doe@domain.com",
Department: "",
DisplayName: "John Doe",
Email: "john.doe@domain.com",
JobTitle: "",
Picture: ""
},
ThisItem.'Zugewiesen an'
)
you can delete the if condition and just keep the middle part, that should work as well.
{
Claims: "i:0#.f|membership|john.doe@domain.com",
Department: "",
DisplayName: "John Doe",
Email: "john.doe@domain.com",
JobTitle: "",
Picture: ""
}
make sure to input the right name and domain when u copy paste.
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings