Hi @OmriNyx,
You need use an addition map function to first to map the “Record” before map to get just the email.
Using the payload you have returned from your array. I have created a test set.
Then from this I used your variable “Support Email” to then create this formula to bring back support emails
{{get(map(map(16.array; “Record”); “Email”; “Function”; “Support”); 1)}}
From this the support email brought back should be “test1@test.com”
Let me know if this works!