- 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
11-25-2019 04:27 PM
@pranil2k2 - You can access your document inside template body by enabling “=” (toggle) expression mode. eg: ‘<body>’+$firstname+‘</body>’. you have multiple ways. Can you share sample output from mapper snap and your template to help further.
- 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
11-26-2019 04:24 AM
"
SMRT Load StatsTable Name
+$$Table_name+
<p>Table Stats</p>
<p>+$Table_Record_Count+</p>
"
i think it got broken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2019 11:26 AM
@pranil2k2, Just make sure you are passing array of JSON object to email Snap as shown below and Table-data path is set to $
