REST get info from a webpage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 02:23 AM
This for a bit of fun on my PDI, which I assume is something quite simple but I've never done it before so could use some advice.
I've created a table called "u_pokedex" and looking to get a regular feed from a website which updates the description on said table however coalescing on the name.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 02:27 AM
Hi @Andrew_TND
To get the feed into a table, I've used the RestMessageV2 outbound web calls to query the RSS feed. Then I parse the returned XML and insert into the table.
Refer this :
I hope I helped you today....
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....