Strange behavior with decimals (in Zapier): UPDATE a row works correct (125.0 is 125.0) but INSERT row is wrong (125.0 is 1250.0)

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What are the exact steps to reproduce this issue?

I have field “Gewicht” (engl.: weight) that shows amount of weight for a feedstock in kg (with one decimal). See also Screenshot.

A webhook triggers Zapier and delivers data like the field with the amount (German “Gewicht”) of 115.0
I have two paths:
a) Zapier adds +10 and UPDATE the existing row with 125.0 - this works correctly.
b) Zapier adds +10 and INSERT a new row with 125.0 but here Baserow takes 1250.0 (so ten times)

Whats wrong? Settings in Zapier for both Tasks (UPDATE & INSERT) are the same.

Attach screenshots, videos, or logs that demonstrate the issue.

@frederikdc or @troytessalone could you please check out this issue with Zapier?