
Announcements
To export data from multiple SharePoint Lists to a CSV file, you can loop through each list and append the data to a single CSV file.
Here’s a step-by-step guide:
Create a List of SharePoint List Links:
You can store all the SharePoint List URLs in an Excel file.
Read the Excel File:
Add an action to read the Excel file containing the SharePoint List URLs.
Loop Through Each SharePoint List:
Use an "Apply to each" action to loop through the SharePoint List URLs.
Get Items from Each SharePoint List:
Inside the loop, use the "Get items" action to retrieve the items from the current SharePoint List.
Append Data to CSV:
Append the data retrieved from each SharePoint List to a CSV file.
Save the CSV File to SharePoint:
Save the CSV file to a designated folder in SharePoint.