I have a Flow I am trying to build that takes a simple SharePoint list, captures the data from the list item when it is created then sends an email. One of the fields in the list is a multi-checkbox. In the Body of the email I am representing that field but the way I have it configured, it sends separate emails for each of the multi-selected items. I would like it to in it one email. Maybe comma separated for each of the fields that are checked? Thoughts