Hey PowerAutomate Community!
I've not been able to get this to work as intended and was hoping to get some help from you all.
I have a SP list and would like to filter a column and then create multiple CSV files using the filtered content. In the example below, I'd like to grab all the As, Bs, and Cs and then create a CSV for each group of As, Bs, and Cs.
| ID | Name | Department |
| 1 | Jane | A |
| 2 | Joe | A |
| 3 | Rob | C |
| 4 | Dan | B |
| 5 | Mark | B |
| 6 | Tina | C |
Many thanks in advance for all of your support!