I have a workflow that is setup as follows:
When a document is processed and has a SSN it goes down the SSN path. When it then hits the "Employee Found?" section, it processes through correctly because a result was found from the "Query Employee Name in Skyward by SSN".
However, when a document is processed and has a District ID, it goes down the District ID path, but when it hits the "Employee Found?" section to see if a result was found from the "Query Employee Name in Skyward by District ID" it gives an error message of "String was not recognized as a valid Boolean." It doesn't make sense because the "Employee Found by District ID" path has a single condition as follows:
Does anyone have any ideas why I am getting this error message?