Hi there,
I'm currently building a workflow that needs a database value next to another field (a job number) that raises up by 1 each time a specific type of document is added to the repository. It's basically counting up +1 each time this type of document enters the repository only related to each job number.
It currently works fine when it sits at 0, it will move up to 1. If it's already at 1 and I try to add another document to the repository, it breaks and says " 7/21/2017 3:33:34 PM Increase Counter Value by 1 Expression: %(QueryData2_CVI) + 1 Message: Input string was not in a correct format., "
I've included my part of the workflow that is relevant.