Hi
@VedantGautam,
Welcome to BluePrism community !!
In order to get the sharepoint list to an excel please follow the below steps:
1) Spy any one element of the sharepoint list using HTML mode (preferably) or using AA/UIA mode.
2) Use read stage to get the data in collection.
3) Use
Create instance action of MS Excel VBO to create an instance of the excel.
4) Use
Create workbook action of MS Excel VBO to create a new workbook against the same instance.
5) Use
Write collection action of MS Excel VBO to write the Collection value in excel.
6) Use
Save as action of MS Excel VBO to save the generated excel to your preferred location.
7) Use
Close Workbook/Close Instance action to close the generated excel.
Hope it helps
------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------