I clearly have captured .From in my Retrieve Emails:

Therefore, %RetrievedEmails[0].From% should give me the from e-mail address.
I am trying to use a Switch Case, but every time I try to get .From from an Outlook Email Message, it fails.
I have tried to work around it by getting %RetrievedEmails[0]% as it's own variable %CurrentEmail% which was a success and it was read as an individual Outlook Message; however, when I tried to get %CurrentEmail.From% it gave me the same syntax error. Any syntax error will not allow you to run the PAD flow.

Anybody know why .From is not working when it is clearly stated as a property in the first image and listed as an available property here:
https://docs.microsoft.com/en-us/power-automate/desktop-flows/datatype-properties#outlook-mail-messages
Any help would be appreciated.
Thanks,
Mike