If a tool fails, there should be a way to customise the error message. Currently a way to do it: log all messages in a file, read that file with another workflow, then customise the messages (Alteryx workflow error handling - Alteryx Community). However, there should be a more convenient solution. We should be able to:
- Find/replace parts of a message.
- Specify, which tools messages to modify.
- Change the message type.
- Change the order of the messages in the results window, to prioritise the critical ones.
- Pick which messages cannot be hidden by "xxx more errors not displayed".
This would especially help for macros, as sometimes we have a specific tool failing within a macro and producing a non-user friendly message.