Hello everyone,
I am very new to Power Automate and have been struggling with an issue for the past few days. I'm building a SharePoint employee listing and would like to display "otherMails", which is set to the user's proper email address. I queried the AD user account for the fields, including "otherMails", to be displayed on the employee listing. I then used Parse JSON in order to allow me to extract the required data. When I run the flow, it appears to be extracting the data, including "otherMails", however I cannot seem to extract and save the data from "otherMails". Can someone please indicate exactly how I can extract the otherMails data that has been obtained from the query of the user profile? I have included details of my flow's run below:

I then set a variable with "otherMails" from Parse JSON:

I then create a list item. Notice that the email field, which specifies my variable, is blank:

Here is the flow's config:

...

All fields, except E-Mail/OtherMail, are present in the SharePoint list.
Any assistance would be appreciated.
Thank you
George