Provided data were dropped due to schema mismatch

Hi,
What could be the problem that I keep getting the error when scraping? Provided data were dropped due to schema mismatch?

My setup looks like this:

  1. I scrape a number with letters and with RegEx I remove letters so that only numbers remain.

  1. then I use ‘Get table sorted by’ and assign the value ‘Scrape data on active tab : Table Row .Batteriekapazität to the string “Nutzbare Batteriekapazität”.

  1. finally I connect the ‘Get table sorted by column: Table Row .Nutzbare Batteriekapazität with the Airtable cell (#Numbers) “Nutzbare Batteriekapazität”.

Unfortunately, the number is not transferred to the AirTable. I get the error every time:

Provided data were dropped due to schema mismatch

What is wrong?

After spending few additional hours to find the bug or better say a solution for my problem, I have found out, that there must be a bug in the bardeen system.

After I have found this advise, I have re-connected my airtable connection inside the playbook. But it didn´t helped me. Although I want to copy a number from a cell into a field formatted as #Number within Airtable, I always get the error: Provided data were dropped due to schema mismatch.

I then found a solution, but it is not a real solution. If I reformat the column from #Number to Single Text within AirTable and reconnect the AirTable Connection within Playbook, then it later takes over the number to be copied. But unfortunately this is not a solution, because I cannot leave the column as single text within AirTable. It must remain #Number.

Please give me some help on how to solve the problem.

I just found my old post about the same problem. Either the problem still hasn’t been fixed or I’m doing something wrong.

https://community.bardeen.ai/t/scraping-euro-amount-to-airtable-truncates-the-digits-after-the-dot/

Hello Waldemar,

After reviewing the references you shared, it appears that there was no advice given to convert text to a number. Scrapers typically extract any data as text, and conversion to number does not occur automatically. Please try using the “Convert to number” action and let us know if this resolves your issue:

Looking forward to your reply.
Victoria

Customer Support - bardeen.ai
Knowledge Base https://support.bardeen.ai/hc/en-us
Explore | @bardeenai | Bardeen Community

1 Like

Hi Victoria,

that does look like the solution to my problem!

It already works with some numbers, but it doesn’t work with the “Price” field yet. If I scrape price e.g. 44.800 €, then only 44 appears in Airtable.

What would I have to do to scrape the price completely, but without the € sign? I don’t need the dot either. Only the number 44800 needs to be scraped.

I have tried to apply a RegEx formula. But it only removes the € character.

Airtable_view


This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.