Skip to main content
I'd like to send an email to a group of users with a number of data points. Among these is a data table of a related set of records. Any help on this would be much appreciated!
답변 1개
  1. 2020년 4월 2일 오전 12:10
    UnofficialSF has a ton of Flow extensions that may be useful here as Send Email is pretty limited.  Here is one to get started (https://unofficialsf.com/datatable/) in the Flow presentation itself and then for sending a proper email (https://unofficialsf.com/send-rich-email-with-the-new-sendhtmlemail-action/).  

     

    Standard table build within the flow itself is pretty painful natively.  I do a text variable, a text template, and a text template wrapper.  Each loop through the collection, the loop variable values I want to put to the table are put to the text template, and then assigned to the text variable.  The text template wrapper is the table/column headers and then the text varaible, which now has all the cell values effectively.  This builds a text table in the end.  
0/9000