- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2021 07:26 AM
I'm currently trying to show a list of records in the form of a HTML table in a "Send Email" action.
I have configured an action to gather the records (Look Up Records). From there, how can I get the records to display as a HTML table in the "Send Email" action? Do I need to write a custom action for this or is there some fancy method that I'm missing.
Any help would be very welcome!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2021 04:31 PM
I'm not aware of any other way to do it without some kind of scripting.
Flow Designer Action example:
The script could be cleaner, but you get the idea 🙂
html styling courtesy of Tables Generator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2021 11:40 AM
Hi
Does it have to be HTML? Could you simply create a report and send that as an attachment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2021 01:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2021 04:31 PM
I'm not aware of any other way to do it without some kind of scripting.
Flow Designer Action example:
The script could be cleaner, but you get the idea 🙂
html styling courtesy of Tables Generator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2021 07:04 AM