Forum Discussion

amaaiia's avatar
amaaiia
Icon for Skilled Sharer rankSkilled Sharer
2 years ago
Solved

Send email to users in a list from Lookup activity

I have a simple Pipeline where I first get a list of emails from a Warehouse, and then send an email to all the emails in the list.

I don't know how to add Lookup results as input in Outlook activity. The output of Lookup activity is as follows: 

I'm adding to "To" filed the dynamic content: 

@activity('get_error_emails').output.value
But I get an error because what I want is a list of email strings, not a list of objects with user_email attribute.
 
Does anyone know hoy to convert this: 

 

2 Replies