I am getting this error when trying to write to a table with any value that is a number. Not the column is set as a number and has been working fine for almost a month. Suddenly some update was made and since then it rejects any number input…
"{\n \"response\": {\n \"status\": 400,\n \"body\": {\n \"statusCode\": 400,\n \"code\": \"FST_ERR_VALIDATION\",\n \"error\": \"Bad Request\",\n \"message\": \"body/cells/0/value Invalid input: expected string, received number\"\n }\n },\n \"request\": {\n \"body\": {\n \"cells\": [\n {\n \"fieldId\": \"Lif1GIATKi5Ei8RNL7pLx\",\n \"value\": 1\n }\n ],\n \"tableId\": \"UFvgmh5OLflJVXUnbJ8Vj\"\n }\n }\n}"
This is recurring in all tables that I use at the moment and is a HUGE problem as all of my workflows are failing…