Hello, I created an Alteryx application that has multiple outputs depending on the type of request the users need. As the different requests have different templates and sheets, I have a specific output tool for each request.
I am running into an issue where I need only 1 output tool to have data exporting for a specific request (without the other 5 output tools exporting as well as those are for different requests).
The Message tool does exactly what I need, Stop Records from Passing Through a tool", except it also creates an Error message. This is an issue for an App as a normal user does not need to see an "Error" for this, as I really only need these tools to block the data from continuing to the output tool. Is there any way to Stop Records from Passing Through a tool without an error message occurring?
Using a Condition Tool to close the container that houses the output also works, but this seems to require User selection / workflow complexity and I want to avoid adding steps for the user.
I have attached an example flow of my current issue.
Thank you,
Travis