What is your goal?
I’m trying to pull specific pieces of information from my Weebly blog using its RSS feed and automatically insert that data into a Baserow table. The end goal is to display these blog posts inside my Baserow App Builder setup, so the entries update themselves without manual copying or rewriting.
What is the problem?
Right now, Baserow is receiving completely blank rows from my Make.com scenario. Even though the RSS module successfully detects new Weebly blog posts, none of the fields I map are actually showing up in the final Baserow record.
A big part of the issue is how Weebly formats its RSS feed. The “image” field in the feed is always empty, and every bit of content — text, formatting, and all images — is shoved into one giant HTML blob inside the description field. That means the first image I need is buried somewhere inside that HTML.
What have you tried so far?
I tried adding a Text Parser module in Make.com to extract the first src from the description, but I can’t get the parser to run correctly. Without that working, I can’t isolate the image URL or send it to Baserow. So at the moment, the scenario runs, but the row it creates in Baserow is blank.
I’m stuck at the Text Parser step. I’m not sure what I’m supposed to do with this pop-up window. Normally when I run the scenario, I get a bundle I can use to move on to the next module, but this time nothing is coming through, so I can’t continue.
Screenshots: scenario setup, module configuration, errors
I get a bundle from the Watch RSS feed item.
No idea what I am supposed to do now.
This is how my baserow module is set up. It creates a row when it runs, but its blank.





