Hi all,
following problem.
I have a flow that reads out the AzureAD, filters it and transfers the output to a Sharepoint list.

Create sharepoint Item Details:

UserPrincipalname Claim: UPN from second filter output
Displayname Claims: Displayname from second filter output
After a testrun, i get this "input":

... and this output:

Output in Sharepoint list... Displayname and UPN are bouth the same outputs. Even when i read out the userid, the output keeps the same =>displayname

What i do wrong?
Regards