Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

0

Power BI Power Automate returns Encoded Email - is this an error

The following is a screenshot from Power Automate flow was created from Power BI Report.  I have noted that the subsequent Power Automate steps allow you to identify the "User email".  However, this value appears to the [x-ms-user-email-encoded] instead of the normal email.  I have highlighted is screenshot below.  This encoded e-mail cannot be used in fields like e-mail address. 

 

DarylLynchBzy_0-1656491691465.png

 

Please note the normal e-mail address is available in the Output from the previous step:

DarylLynchBzy_1-1656491980241.png

 



 

Status: Delivered

Hi @Daryl-Lynch-Bzy,

 

It should be by design. User email dynamic content will retrieve the email address of the user who triggered the flow but it won’t display in the tooltip when you hover over the dynamic content.

vcazhengmsft_0-1656564115447.png

 

For the issues related to Power Automate, you could reach for help in Power Automate Community as well:  Microsoft Power Automate Community - Power Platform Community.

 

Best Regards,

Community Support Team _ Caiyun

Comments
v-cazheng-msft
Community Support
Status changed to: Delivered

Hi @Daryl-Lynch-Bzy,

 

It should be by design. User email dynamic content will retrieve the email address of the user who triggered the flow but it won’t display in the tooltip when you hover over the dynamic content.

vcazhengmsft_0-1656564115447.png

 

For the issues related to Power Automate, you could reach for help in Power Automate Community as well:  Microsoft Power Automate Community - Power Platform Community.

 

Best Regards,

Community Support Team _ Caiyun

Vlastik
New Member

If you need just an email adress you can copy "User email" and change it in your text editor from @{triggerOutputs()['headers']['x-ms-user-email-encoded']} into @{triggerOutputs()['headers']['x-ms-user-email']}.