Skip to main content
July 23, 2025
Solved

Grid data via Email

  • July 23, 2025
  • 3 replies
  • 0 views

How can I send a Readonly grid data through Email 

Best answer by stefanhelzle0001

Create the required HTML and add it to the email.

3 replies

stefanhelzle0001
July 23, 2025

Create the required HTML and add it to the email.

mikes0011
Brainy
July 23, 2025

you can't, directly, but assuming the amount of data you're trying to send would be reasonable for an email to contain, you could query that data and manually construct the necessary HTML for a table which you embed in your email pretty simply.

shubhama926776
July 23, 2025

You can send grid data via email in two ways:
1. Without export - Convert the data source into an HTML table using an expression and place it in the email body.
2. With export - Use the Export Data Store Entity to Excel smart service to generate an Excel file, then attach it to the email.

Use the HTML method for simple, readable tables in the email body, and the Excel export for large or detailed datasets that users can download and analyze.