Alteryx Designer Desktop Discussions

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

Error message Tool does not stop to display message

delalma
7 - Meteor

I have an file browser tool connected to an error message tool in a container. This container is controlled by a radio button tool which when selected disable the container with an action tool. However the message does not stop to pop up an disturb the workflow... Any help please

4 REPLIES 4
AdamR_AYX
Alteryx Alumni (Retired)

Unfortunately, disabling/enabling containers doesn't work when you are working with Interface tools as the interface tools get resolved before disabled tool containers are resolved.

 

Could you also connect the radio button into your error message tool and make the error message expression check if the radio button is checked/unchecked as well as checking your condition for the File Browse tool?

Adam Riley
https://www.linkedin.com/in/adriley/
atcodedog05
22 - Nova
22 - Nova

Hi @delalma 

 

Action tool or interface tools cannot be in a container. Here what you do message tool actual takes more than 1 connection hence we can check both radio button as well as file. If radio button is selected and file is not selected then show message.

 

Workflow:

atcodedog05_0-1625649920353.png

 

This interactive lesson might help you https://community.alteryx.com/t5/Interactive-Lessons/Implementing-Conditional-Routing/ta-p/243117#do... 

 

Hope this helps 🙂

danilang
19 - Altair
19 - Altair

Hi @delalma 

 

If you're using a single radio button, there's no way to unselect it.  Use a check box instead.  In the attached workflow, if the check box is unchecked the message will generate an error and stop the workflow

 

danilang_0-1625660270160.png

Dan

delalma
7 - Meteor

Thank you for the full answer with visual and file. It works.

Labels