Forum Discussion

pranil2k2's avatar
pranil2k2
Contributor
6 years ago
Solved

How to Pass Mapping Variables to Email Snap

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 us...
  • pranil2k2's avatar
    6 years ago

    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 Stats

    Table Name

    +$$Table_name+

        <p>Table Stats</p> 
        <p>+$Table_Record_Count+</p> 
    

    Thanks Again