Forum Discussion
2 Replies
- lazo_ilijoskiNew Contributor III
Hi @yash.verma,
There are possible two solutions:
- You can put Email Sender in the sub-pipeline and from_email and to_email to be provided as pipeline parameters. In the sub-pipeline before the email sender you can set mapper and to edit email body i.e. to remove from_email and to_email from the body.
- The other solution is: put mapper between CSV Parser and Email Sender, and create nested JSON object, similar to the following example (in this example nested JSON object is “table”):
Then change the Email Sender snap and in the Table-data path set the name of the nested JSON (i.e. “table” in this example):
I hope this will help you to resolve your issue.
Regards,
Lazo - yash_vermaNew Contributor
Thanks… I will try …