Hi Alteryx Community,
I’ve built a macro that takes in a control parameter value and two data inputs. This macro is part of an If condition stream in my workflow. However, there are cases where no control parameter value is passed to the macro, which results in an error (screenshot attached).
To avoid the workflow stopping due to this error, I’d like to find a way to skip the macro's operation entirely when no control parameter value is provided. The rest of the workflow should continue as usual.
In short, is there a way to bypass the macro's execution when the control parameter value is empty or missing at the ? anchor? Any tips or workarounds would be greatly appreciated!
Thanks in advance!