I have a Nintex Automation Workflow set up in which users fill in a form with numerical data and submit it - the form is basically an end of day inventory count. The form pre-fills all fields to 0s, and users can change the totals if there is more than 0 of any item. Smartsheet doesn't like data importing with blank cells which was originally causing issues, which is why all the cells pre-fill to 0. After the form is submitted, the workflow adds it as a new row to a Smartsheet.
This entire process has been working seamlessly for 5+ months, however on Monday, we started receiving #INVALID OPERATION on all formulas within the Smartsheet. Upon investigation, Smartsheet is now suddenly adding an apostrophe in front of all 0s, to display '0. It only adds an apostrophe when the value is 0, if it's any other number, it flows in fine, no apostrophe. I did test on the form removing the pre-filled 0 and re-entering 0 where the inventory total is 0, but the problem persists.
If we manually delete the apostrophe in the Smartsheet, the formulas work again. However, this is a workflow that runs daily on 29 sheets with approximately 25 columns of data per sheet. It is not efficient to manually remove the apostrophe each day.
I have been investigating and it appears that a helper formula column could solve the issue, but my concern is that this has been working fine for 5+ months and now it's suddenly adding the apostrophe. Does anyone know why Smartsheet would suddenly start adding an apostrophe, when it hasn't previously? It would be a large amount of rebuild to have to add a helper column to each of the 25+ columns, in 29 separate sheets. We did not make any changes to the Nintex form or the Smartsheet. I have confirmed with Nintex consultants that it is not an issue on their end, the fields are 'Integer' in Nintex, and Smartsheet is adding the apostrophe.
Any ideas?