How could I scrape the 3 pieces of info below from a website?

image

Website:

https://www.sec.gov/Archives/edgar/data/1858047/000185804721000002/xslFormDX01/primary_doc.xml

Heres the working solution (must run on chrome)
A.xaml (27.7 KB)

Example 1 (multiple security types)

Output (a string variable will store all the checked items for both tables (seperated by comma))

image

Example 2 (multiple revenue range checked)

Output (a string variable will store all the checked items for both tables (seperated by comma))

image

1 Like

For some reason when I run this now, I am getting this error. Do you know what the reason could be?

image

what page is chrome showing when it displayed this error?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.