
I have the following:
1) Get Team Names from List is a Sharepoint list that has a column called "Title" that has project ids (i.e. ABC, DEF, GHI)
2) GetRawSOSData(this is "export to file for paginated reports") has all the detail data for each of these projects (i.e. 3 records for ABC, 12 records for DEF and 1 record for GHI for a total of 16 records in this)
3) In the "Create File" I have set to "body('GetRawSOSData') (which gets all the records), I need this to use some sort of filter to only get 'ABC' records and write out the records for that, then get 'DEF' records and write out the records for that and finally get 'GHI' records and write out the records for that.
Here is the flow as it stands: