09-21-2020 03:01 AM
Hi ,
I am trying to use email sender for sending email from input mapper snap. In email sender I am dynamically trying to pass the from email and to _email from input but in the email body also from_email and to_email is also coming which I want to remove.
Also can any one also tell me other use cases of table_data_path in this snap.
09-22-2020 12:43 AM
Hi @yash.verma,
There are possible two solutions:
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
09-22-2020 06:12 AM
Thanks… I will try …