asked on January 16, 2024

Help !

I have a Custom Query running a stored procedure, the output parameter is a keyContactID field used in another stored procedure.

I cannot get the custom query to return the output parameter KeyContactID

I've already seen this post about using a select statement at the end of the custom query (https://answers.laserfiche.com/questions/210797/Workflow-Get-results-of-stored-procedure-from-OUTPUT-parameter ), but the difference i have is that i have to use a parameter names or the stored procedure just sends blank data into the table.

This is current custom query, when its runs i just get a "Must declare Scalar Value @nKeyContactIDouput" error, 

0 0