Table format as body in mail( not fetching table data from any file)

@ndivya , I think you are trying to use that variable name directly inside the html table document. Why not read that html table file using Read Text File Activity and replace the variable name with a placeholder like {0} something and output to a string (Say str). And Replace this {0} with your dateime variable here while sending the mail.

Regards,
Dominic :slight_smile: