I am working on an Integromat Scenario where I am attempting to aggregate RSS feeds into one feed that will post to a discord server. The feeds have a "Description" that I have to split up into HTML links using the "Get Elements from HTML" Text Parser in Integromat. This returns the following:
Integromat Post
See how it's pulling each of the five links in the description and their associated text into five different posts. I need to only return the the second link as the whole post and none of the others.
Or, use RegEx to pull out the "Fandoms" portion of the HTML to achieve a similar result. The original HTML from the Feed that is being parsed looks like this:
Raw RSS HTML
So far, I have tried multiple RegEx, but cannot achieve a single post in Integromat with the Title, Author, and Fandom. I simply cannot pull the Fandom portion out of the Feed Description without help.
Integromat support will not help. They would have me pay a third party to explain their product or write the scenario for me. This isn't a business or a for-profit. This is a fun discord server, a community of people who are trying to say connected. And we don't have a lot of money.
I'm not a programmer.
Anyone willing to assist, I would appreciate your help.