Hi Navitha,
In the email template, you can retrieve the data from the Method tables by having merge fields which will allow you to have values from tables appear in your e-mail, such as a customer's name, the total amount due on their account, or the e-mail signature of the user sending the e-mail.
There are two steps to setting up merge fields:
Step 1: enter merge fields in your email template
Type in your merge fields in a TableName.FieldName format. So if you wanted to have an email start with "Dear Bob," you would type in "Dear Customer.FirstName,". If you wanted to sign your email with the user's signature, you would finish it with "Users.EmailSignature".
Step 2: use the 'Replace merge fields' action
If you are not the designer of your system, this step should already be done for you. If you are a designer, however, you'll need to do some extra work to make sure that the merge fields actually get replaced with real values. For every table used in merge fields, you'll need to run a Character Function action, specifically the 'Replace merge fields' command, to replace the merge fields with real values.
In the body of the e-mail template, in the toolbar, there is a function called Insert Table right beside Insert Image function. You can implement the Insert Image action in the body of the e-mail template by selecting the arrow pointing down right beside the Insert Table function.This will add a table in the body of the e-mail where you can add the merge fields to populate the correct information.
I hope that this helps.
Ronen