• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Airtable number field "cannot accept the provided value"

I would have sworn I got this to word the other day but I had to add another step to prevent duplicates and now I am getting this response:

Error Type: INVALID_VALUE_FOR_COLUMN
Error Message: Field "Order Total" cannot accept the provided value

I suspect this is because I placed a test order and the value is $0.00 but as some orders may be paid by gift cards this may happen with normal orders as well. (I tried with "simple results" turned on AND off.)

The workflow is called "New Valkyrie Order " if you want to take a look on your end.
 
Last edited:
P

Pabblymember11

Guest
Hey @StrangeValkyrie

Kindly check for the column type in your Table that you are using and make sure you have selected the correct precision of the numerical values.

2022-04-04_11h57_55.png
 
P

Pabblymember11

Guest
Hey @StrangeValkyrie

In the currency field, 0.00 is not the valid numerical value, you can only pass 0. Though you can make use of the "Lookup Table" action step so whenever the 0.00 value appears it will change it to 0 which the API accepts else it will send any other value.

2022-04-04_18h01_07.png
 
Top