Help

Script - Covert string to number/integer

Topic Labels: Formulas
1125 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Ujval_Shah
5 - Automation Enthusiast
5 - Automation Enthusiast

I am using a script feature to add data in the table. One of my field type is “Number”. Data coming from the API is in string.

Hence, its not allowing me to add the data in AT, showing error - Error: Field “fldqIRRqhaalc20cqo3” cannot accept the provided value.

1 Reply 1

Welcome to the Airtable community!

const myNumber = Number("123")