- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2019 12:19 AM
Hi,
I am new to SnapLogic. i need help on how to pass the Mapping variable to Email snap. I need a requirement to read the mapping variable and need to refer in Email Snap Template body. so that users can read the values on email itself.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2019 04:23 AM
In Mapper i have two columns, and i need to configure in mail to show the table name and its stats.
I am trying using below template as suggested in document but it is throwing error. is there any standard format to refer other than below?
SMRT Load StatsTable Name
+$$Table_name+
<p>Table Stats</p>
<p>+$Table_Record_Count+</p>
Thanks Again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 06:12 PM
Hi, how would this work if I wanted to output multiple tables in one email body? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2019 12:59 AM
Hi Sadasivam,
Thanks for the reply. I am trying to use HTML Text option. but i am getting below error.
for now i want to pass single table stats,as mapped in mapper.
i want to display $Table_Record_Count, $Table_name values in Mail. please can you give some example on this scenario and if possible please share me the pipeline for reference.
Thanks Again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2019 01:22 AM
Hi,
I tried to implement your method using Table but it is throwing error.
Below is the syntax used in Mapper
[{‘Table Name’: $TABLE_NAME,‘Count’:$COUNT}]
