Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Verified Answer
Replies
3 replies
Subscribers
9 subscribers
Views
427 views
Users
0 members are here
process model
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Grid data via Email
Sharda
Certified Senior Developer
3 months ago
How can I send a Readonly grid data through Email
Discussion posts and replies are publicly visible
Top Replies
Stefan Helzle
3 months ago
+1
verified
Certified Lead Developer
Create the required HTML and add it to the email.
Mike Schmitt
3 months ago
+1
verified
Certified Lead Developer
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…
Shubham Aware
3 months ago
+1
verified
Certified Lead Developer
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…