I need to extract array of text from a webpage and write into an excel/csv file. However, I am unable to find any option in installed community version. Can anyone please help?
Hi @Anuj_Singh
You can use Write CSV activity to write the values into the file. You need to convert array of text into datatable and write that datatable to CSV file. I hope you are using the latest UiPath Studio Community edition
Check the below docs
If possible share the array of text extracted I will help you with flow.
Regards
Hi @Anuj_Singh
You can use,
Write Range or write CSV activity.
If activities are not showing in activity pane. Then try to install UiPath.excel.activities & UiPath.csv.activities packages from manage package.
Thanks