With the 'When a new email arrives (V2)' for Outlook.com I can then initialize a variable with a simple expression such as:
concat(triggerBody()?['Subject'],triggerBody()?['From'])
However I can't do this with "When a new email arrives (V3)' for Office 365 Outlook. It just returns null. Is it broken or do I have to use some other method?
How can I get the 'subject' into a string variable from this trigger?
Thanks
-Mike