Skip to main content
Question

Share Report with Power Automate

  • March 4, 2023
  • 1 reply
  • 6 views

Forum|alt.badge.img+6
Hello everyone,
 
 
I want to send an "Advanced Computer Searches" result to another team using Power Automate.
Whatever I do, the email body doesn’t show the result I want “mac address”
 

 

Outlook result:
 
 
Any idea ?

1 reply

Forum|alt.badge.img+9
  • Contributor
  • 137 replies
  • March 6, 2023

you need to target the mac address specifically in this flow in order to pull it out from the entire JSON dump.

Here is an example expression you would use to grab just the Mac address in the "Initialize Variable" step in your flow

 

body('Parse_JSON')?['computer']?['general']?['mac_address']