How to write results from 2 sources synced into airtable table

i tried to scrape a page 1 scrape for title and price, having trouble getting the data from both into a airtable

i get the data in an table but the 2 columns wont match with eachother

Please share the detail of the http modules and set variable modules you used. Also share the output bundle.

html modules are hooked to scraping and stores the data in a array.



* Bundle 1<small>Collection</small>

  * Base

appsbroukDQk4yRlp

  * Table

tblEFzz8rAhFQzWn9

  * Record<small>Collection</small>

  * Smart links

true

  * Use Column ID

false

OUTPUT

* Bundle 1<small>Collection</small>

  * Title

Sale Price$26.78

  * ID

recoP1tTjFLXe7Qyd

  * Created Time

February 16, 2024 3:54 AM

I guess the issue is coming from the scraping part. Can you share the website and the data which you’re trying to scrape?
I will see if I can generate the issue on my end and come up with a solution.

thanks
im a make.com noob

i scraped https://www.zazzle.com/under+50+gifts for title and price i get

for example format returned is Sale Price$33.28 and title

i used https://scrapingrobot.com/ api

blueprint (1).json (58.9 KB)