Hello!
We have a Parent List in a SharePoint Site with a secondary Child List in the same SharePoint Site. We are using a Flow to get the parent records with a status of "Accepted" and it's related children and exporting it to a .CSV file. The problem we are having is that the parent records with more than one related child record are not being added to the xml output. Only one child record is being exported as xml to the CSV and not all the child records. I should note that not all parent records will have more than one child record. So, for those items, the flow works. It gets the parent record and exports the related child records to XML just fine. The issue is if there is more than one child record.
How can we achieve this? PLEASE HELP! Thank you 🙂