Hi - I'm new to creating flows but have followed some threads on this platform/YouTube and have so far created a SharePoint list which is populated via an MS Forms submission. The form contains some fields where the users can select multiple options in the response which is later populated in the SharePoint list using a variable to split the responses out in a choice column.
I have also created a scheduled flow to run on a recurrence / on demand creating a HTML table displaying fields from within the list.
However, when the HTML flow runs and creates the table, the output displays a row for each multiple choice response from ID 'x'.
Is there a way to group responses to avoid multiple rows being duplicated in the HTML table?