Updating JMP table from SharePoint list / document library
Hi there, used the search functionality but did not find a related topic, please correct me if I am wrong. We have different SharePoint lists and libraries which I would like to update my evaluation automatically with updated content from the SharePoint.I was able to download data using Open("https://SHAREPOINT-ADDRESS/AllItems.aspx", HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) )) This w...