@RandyHayes
Thanks for the correction, now this expression shows the image of the users but I also see a bad request error message next to the expression.
code: BadRequest
message: Unsupported segment type
No I am not using multiple selections of people.
Also, one more issue started at the same time, when i set the default property of people picker field in a new form to
{DisplayName:User().FullName,
Claims:"i:0#.f|membership|" & Lower(User().Email),
}
or
{DisplayName:User().FullName,
Claims:"i:0#.f|membership|" & Lower(User().Email),
Department:"",
Email:User().Email,
JobTitle:"",
Picture:""}
it does not populate, sharing if this helps in connecting any dots.
Thanks,