Skip to main content
ernestod0003
May 28, 2022
Question

Email notification

  • May 28, 2022
  • 2 replies
  • 0 views

How can we send a Grid data of an interface through an email notification?

2 replies

stefanhelzle0001
Brainy
May 29, 2022

You could create the grid in HTML and put it into the email body.

May 29, 2022

In case if you are getting difficulty creating HTML table you have an other option as well.  You can parse your grid data to a DOCX template and generate a document using DOCX From Dynamic Template smart service. Then attach this generated document to your email notification.