I'm trying to create a flow that will take a Sharepoint list (calendar) and turn it into a CSV file with one record per attendee per event. The problem I'm having is that they can (and should) enter multiple attendees for an event. When this pulls through into the file it is just one record with multiple values in the attendee field. Any ideas on how I can get to a solution where I have a CSV file with one record per person per event?
Thanks!