Hello,
I need to concatenate two data mapped from and array as this
variable direccionempresa = mapped value 1 + " " + mapped value 2
Now the variable is like this

I used &, space and did’t work. It only output first mapped value 1
any idea?
best regards
Hey @ipoblete
Did you try using the ‘+’ sign in the ‘Math functions’ tab?

1 Like
hello @Olly_Ats
Finnaly it worked with
{{get(map(7.data.billing_info.additional_info; “value”; “type”; “STREET_NAME”); 1)}} {{get(map(7.data.billing_info.additional_info; “value”; “type”; “STREET_NUMBER”); 1)}}
Best regards,
2 Likes
Hello @ipoblete 
I just want to quickly step in to say awesome work figuring this out 
Thanks a lot for coming back in here and sharing your final setup with the rest of us. This is super valuable and can be incredibly helpful to others looking for similar information in the future 
FYI: I am marking your last comment as a solution to keep the community organized and easy to search for answers. 