I added formula to my app. This is working and showing person name in SharePoint List data however it is adding error to my app record while I am testing it(Test name - Test A9).
Formula 1
Table
({Claims:
"i:0#.f|membership|"
&
User
().Email, DisplayName:
User().FullName, Email:
User
().Email})
______________________________________________________________
Formula 2
Coalesce(
Parent.Default,
{
Claims: "i:0#.f|membership|" & User().Email,
Department: "",
DisplayName: User().FullName,
Email: User().Email,
JobTitle: "",
Picture: ""
}
)
I tried with both formulas and the error is same.
