Hi All,
I have below requirement
I will enter Member Name in below URL
https://www.outsystems.com/members/
Input Box. Then on hover it will display
Training Score
Forum Score
etc.
This information I want to read it using my APP. App can be any Reactive or Traditional
Do you know any forge component that helps me to get this info
Thanks
Hi,
The data shown on the OutSystems community member page, is not accessible by a public OutSystems API, so there is no Forge component available, as it is not possible.
I think you need to do some scraping of the page to get this data, but that said I have no idea how to do that.
Regards,
Daniel
You can read about web scraping with OutSystems here: https://www.outsystems.com/blog/posts/web-scraping-tutorial/
This should get you started I think :)
Greetings,
Vincent
And here is the Technical Session video by MVP Miguel 'Kelter' Antunes from NextStep 2019:
Nordin