Hello,
After selecting the relevant fields from a site with a drop-down menu, I will export all the resulting data one by one to Excel. What activity can I do this with?
Hello,
After selecting the relevant fields from a site with a drop-down menu, I will export all the resulting data one by one to Excel. What activity can I do this with?
You should be using Table extraction
If you you scattered data unable to extract with Table Extraction, you can use Get Text activity to get desired data and add it to DataTable using Add Data Row activity.
Once you have the DataTable you can use Write Range activity to write it to Excel file.
Thanks,
Ashok ![]()
Does the menu in the video work?
Do you want to select the dropdown?
I want to select names from the drop-down menu and export them to Excel
will select them in order and export them to Excel
You can get them by Find Children activity. Checkout this thread for more details.
Thanks,
Ashok ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.