Forum Discussion

efilipe's avatar
efilipe
Helper IV
6 years ago
Solved

Import XML from FetchRSS

Hi guys,   I'm trying to make a POC using FetchRSS website.   I'm adding pages to read the RSS and, for each, it gives me an URL with a XML file, like:   http://fetchrss.com/rss/5df10eed8a93f81...
  • v-lid-msft's avatar
    6 years ago

    Hi efilipe ,

     

    First of all, we need to create a table to store all the URL of xml, we can also get them from SQL or Excel.

     

    Then we can add a custom column to get content from all the URL.

     

    Xml.Document(Web.Contents([XML_URL]))

     

     

    Finally we can expand the content of this new column to get what we want.

     

    Sorry for that we cannot share all the quiers.


    Best regards,