Long standing automation now crashing - Airtable/Parse CSV


I have been using this automation to parse out a daily stock report from EZOfficeInventory and create a new report on Airtable for staff to use in the field. The automation just started failing a few days ago and I can’t figure out why or how to get it running again.

It has something to do with an invalid number in parameter ‘fldzaUTYEQAdDPowt’. Any suggestions?

Hello @Manny_Vergara

It looks like your field type from Airtable is set as “Number”. You have to check the output from the Parse CSV module for that specific data and change the field type in Airtable as text.

Don’t hesitate to contact us if you require further assistance.
//VLAD

2 Likes

Thank you for your response. What I’m failing to understand is why there are errors all of the sudden? This automation (and another just like it) started failing after over a year since they were created. I need the output to be a number because of how the data is used in Airtable. Any suggestions for how to keep the field as a number field?

Hello @Manny_Vergara

If you want the output to be a number and not a string, you can use parseNumber function for that specific field.

//VLAD

2 Likes