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 ?
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']
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.