In my Power Automate Desktop I invoke "Get message details" to receive details of Teams message and store output into variable MessageDetails.
I can inspect the content of flow variable MessageDetails, and I see the list "attachments" as one of properties.
However, when I try to use MessageDetails, for example, in "For each" statement, I cannot see "attachments" in the list of available properties. If I enter %MessageDetails.attachments% manually, I get the error that "Variable MessageDetails does not have a property attachments".
How do I access property attachments of the Connector object MessageDetails returned from Teams message "Get message details" step?
