Having an issue inserting large text fields to Excel. They're only about a total of 700 characters, and I know that the Excel cell limit is around 33,000 characters, so not sure why I'm having such an issue. Is there a limit to characters when inserting from Workflow? Thanks!
Question
Question
ERROR [HY104] [Microsoft][ODBC Excel Driver]Invalid precision value ERROR Invalid precision value
Replies
Workflow doesn't do any trimming on the data. The error is from the driver. The message seems to indicate that it's an issue with the number of decimals, so Excel thinks that's a number column.
Excel isn't formatted in any particular way, and all the fields being inserted are text fields - all are working except for those with long amounts of text.
Update: in order to completely remove that from speculation, I formatted the Excel fields in question to Text - same error
Column formatting in Excel doesn't matter, it's for display only. Excel guesses the column data type internally by sampling the first few rows (8 by default). This internal data type is used in ODBC queries. So when the driver tries to write to a column with mixed types, all values will be checked against this internal data type.
So when everything's text and all other columns are doing fine except those that are lengthy, what does that mean?
I am having the same problem with Workflow 10.4.3 and ODBC for Excel 12.0 (driver version 14.00.7010.1000) when inserting long text (string of semi-colon-separated dates) in an Excel column. Have you been able to find a resolution or workaround?
Hello
we are having the same problem, is there any solution you can share?
I ended up splitting the one big workflow into several workflows - each one processing a fraction of the dataset. It's working so far.
I was getting the same error when inserting /updating LongText field in Access table for .accdb if text is longer than 255 characters in Notes field on my form.
I used OLEDB.12 instead of ODBC. See this post for more details, which works for MS Access. I hope that works for you as well.