Re: Power Automate shows "Unknown User" for Microsoft Teams user


In Filter array above, the text is: @And(greater(ticks(item()?['CreatedDateTime']), ticks(addDays(utcNow(), -1))),not(equals(item()?['from']?['user']?['displayName'], 'Name1')),not(equals(item()?['from']?['user']?['displayName'], 'Name2')))
I've censored the actual names of the users, but Name2 is the one that shows up as "Unknown User" in the email.

The Filter array 2 contains: @And(greater(ticks(item()?['CreatedDateTime']), ticks(addDays(utcNow(), -1))),or(equals(item()?['from']?['user']?['displayName'], 'Name1'),equals(item()?['from']?['user']?['displayName'], 'Name2')))
Again Name2 is having the "Unknown User" issue.