Hi,
I need to extract the details (eg. Some application details and their vulnerabilities) available in the external website to the Outsystems. I need to display those details in the screen as dashboard.
Suggest me the steps to follow and if any workaround provided in .oml file would be much appreciated.
Thanks,
Jeevitha
Hi @Jeevitha V ,
Kindly try to use a Web Scrapping API to fetch data based on Url and use the same in OutSystems. Also i suggest to use AI Tool API to format the data into Key points. Kindly let us know here in need.
the first clear thing you can check it there are any URL with parameter Just link
www.-----------------.com\product\1
you can create loop inside your application and import the page HTML code and extract data from HTML code .
If you need to display the entire page, you can use an iframe to load the URL in the dashboard. Alternatively, if they provide an API, you can consume it in your app to fetch the data.