Is there a way to access the params in the SProcCall?
Here’s my conundrum… When I make a stored procedure call, I also want to print out the input parameters for operator knowledge as well as log the inputs. We have several deployments and the actual input parameters to the stored procedure can change (i.e. sometimes we include an “operator” parameter in the call, other times we don’t include “operator” but do include “department” parameter).