Hello,
I just want to check if there is a solution for this issue as of today. I did try using Blank() and Blank Person variable but it still won't make the person field blank after submitting the form.
Blank Person variable:
Set(
varBlankPerson,
{
DisplayName: "-None-",
Email: "",
Department: Blank(),
Picture: Blank(),
JobTitle: Blank(),
Claims: ""
}
);