Hello Everyone,
I am new to PAD and JS. I am scraping information from multiple webpages with identical table layouts. The table is within an IFRAME and because of that when I use the "Extract Data from Webpage" action I can set the table up correctly but I cannot run the action because I receive the error "Export Data can't be found". I believe this is because the data is not on the webpage but instead in the IFRAME.
I can take the URL from the IFRAME and open that URL directly for each webpage by running through Client IDs. My URL for the IFRAMEs is this:
https://my.epitomax.net//epitomax/episode/AllForms.jsp?episode_id=%ClientID%&MAX_ROWS_OVERRIDE=FALSE&ALLFORM_DEFAULT_FORM_TYPE_FILTER='TREATMENT PLAN','PROGRESS NOTE','MISCELLANEOUS','DISCHARGE SUMMARY','ASSESSMENT'
When inspecting the table on each website I see they all have "div id = 'myGrid'". Is there a way to use JavaScript to extract all this table data into a data table on PAD? I need the code to work so that I can run through any webpage with the same generic URL and a new Client ID.