I need to add a post procedure trigger and test on one of the parameters from the main procedure. I copied the parameters from the original script and the one parameter I need to test on is an output parameter. Dexterity doesn't let me test on that parameter with an error of "Cannot use out parameter "OUT_Flag" as r-value". I got around it by changing that parameter to an inout. Is this a valid work around and is it going to catch up with me later?
*This post is locked for comments