Friday
Hello Community,
Is there any way we could export a sharepoint list as csv file? Aside from downloading it using UI/Web Automation.
Friday
Hi Bernardo,
You can achieve it in following ways:
1. Microsoft Graph API to connect with SharePoint - "Connector for Microsoft Graph API - SharePoint - 3.1.0"
2. By Creating custom code stages- You have to use code stages to create connection with SharePoint and then download the list, please refer - https://stackoverflow.com/questions/58034425/download-file-from-sharepoint-online-using-c-net
Tuesday - last edited Tuesday
Hi @BernardoCris012 ,
We have a connect for Microsoft Graph - Sharepoint API. Please use the download action in the asset to download the file as csv.
https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint
Regards,
Athiban