I always use a table in SQL to convert the month number in to number a letter for example 02 changes in to 02 February and use that query result to move documents and always work fine
Suddenly in LF 9.1 and WF 9.1 stop working and workflow now sends an error that tell “Invalid object name”
I think it’s relate to the space between the ## and the text of the month because if I remove that from the equation works fine.
Did you have a hotfix for this bug?
Extra info: This only happen using direct results from the query, if the info it’s already in a field or if use info from fields that got the white space works fine.
I don’t want to create an unnecessary hide field just to put the result and then use it.