The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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:
Into:
"To":['email1@domain.com', 'email2@domain.com']
Solved! Go to Solution.
There are 3 ways :
1) you can semi colon seperate the recipients within the warehouse while executing the lookup activity
2) pass the value of lookup activity to a for each activity. within for each activity,use set variable activity to append the iterations in a semi colon manner
or 3) expression :
Hi @amaaiia
Thanks for using Fabric Community.
Please refer to this link:
Microsoft Fabric - Pipelines - Parse Multiple Email Addresses for the Office 365 Outlook Activity (y...
Hope this helps. Please let me know if you have any other questions.
There are 3 ways :
1) you can semi colon seperate the recipients within the warehouse while executing the lookup activity
2) pass the value of lookup activity to a for each activity. within for each activity,use set variable activity to append the iterations in a semi colon manner
or 3) expression :
Hi @amaaiia
Thanks for using Fabric Community.
Please refer to this link:
Microsoft Fabric - Pipelines - Parse Multiple Email Addresses for the Office 365 Outlook Activity (y...
Hope this helps. Please let me know if you have any other questions.