I always get an error when my workflow gets to “Update a record”
So I want to automatically update inventory and fulfil orders in shopify but when I get the workflow gets to update a record there’s always an error
how do I fix this
Hey @Joseph_Timothy,
It’s because Airtable step is expecting a number. You may need to convert your incoming data into a number using make inbuilt function toNumber(). Take also into case the edge case of null or empty field. You can replace that with zero.
1 Like
