Share Report with Power Automate

Eskobar
Contributor
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”
 
Eskobar_0-1677959487694.pngEskobar_1-1677959508301.png

 

Outlook result:
 Eskobar_2-1677959425610.png
 
Any idea ?
1 REPLY 1

nelsoni
Contributor III

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']