Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Error Message

isacaso18
7 - Meteor

Hello

I'm creating an analytic app and in the workflow, there is a section that checks two amounts against each other. However, I want the workflow to continue even if there is an imbalance, but also notify the End User.

 

I don't know which settings I need to put to make it work because at the moment, if I set it as "Message" "Warning" or "Error" it does not notify the end user of the imbalance. If I choose "Error and Stop passing records through this tool" the end user gets an error message but the workflow stops.

 

What can I do???

isacaso18_0-1650638163969.png

 

1 REPLY 1
JagdeeshN
12 - Quasar
12 - Quasar

@isacaso18 ,

 

The message option within the 'message' tool only adds it to the workflow run logs. It is thus not visible to the end user running the appl.

 

You can do possibly do one of two things:-

 

1. Write all the imbalances into a file and open this at the end of the workflow. In this way the workflow runs even if there is an imbalance, but captures that in the file. 

2. You can also use this same information (total list of imbalances) to send it as an email to the user.

 

Hope this helps.

 

Best,

Jagdeesh

Labels
Top Solution Authors