Hi Alteryx Community,
I had developed a workflow and packaged it into an analytic application. To ensure accuracy, I also included several validation checks into the workflow, which would notify users if some validation rules fail. I achieved this using several Message tools.
The challenge which I'm facing is that after people run the app, they have to click on the 'Output Log' button (dummy screenshot below) to find out which validation rules failed, which causes an issue as sometimes people forget to do that and this is an extremely crucial exercise.

Is there a way by which I can make all the validation issues pop out to the users as soon as they run the workflow (like the same way the output pops out in the screen above)? I know one way of achieving this is to set the Message tool to output errors (like in the screenshot below), but I prefer not to do that as users will only see errors one at a time, vs setting it as Warnings or Message where they can see all the issues in one shot.

Does anyone know if there's a more elegant way of handling this?