I have a flow to get the CVS table from the 11 SharePoint list, why the outcome 11 CSV table contents are all the same?

I have a flow to get the CVS table from the 11 SharePoint list, why the outcome 11 CSV table contents are all the same?
Read about Array variables. Put your sharepoint lists into an array and then iterate over that , and in each step iterate over the list items (or do bulk calls).