Hey there,
My production team is using one base to handle our production. (supply, suppliers etc)
One table in this base is dedicated to our PRODUCTS.
We have one column for price (currency type).
An other table, in this same base, is dedicated to VARIANTS.
It is simply a linked record to a PRODUCT and a size.
The price is “looked up” from product, and thus is showing as a currency type on the variant record.
On the other side, the SALES team is sync the VARIANTS table from production to another base (SALES) to get a list of all of our product.
To create a sale in the LINE ITEMS table, they pick a VARIANT from the synced table in their base.
They write a quantity. And obviously the quantity should be multiplied by the VARIANT PRICE to have the line price.
My problem : in the synced table (in SALES base), the price is shown as a TEXT. (“€60.00” for instance)
And I cannot manage to make the formula work.
I tryed VALUE({price})*quantity
but it says #ERROR!
It seems like sync records converts currency to string. (confirmed in the Airtable doc)
But this string is not really working as expected when pulled through a LOOKUP.
Anyone has encountered this issue ?
Thanks !