답변 1개
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.