Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Display message to ask input on error

delalma
7 - Meteor

I have a Interface File Browse tool followed by an action tool with "Update input data tool" selection and "required" ticked. The action tool is then linked to an input data tool to get data from file.

I would like to display a message to the app user so that it request to select a file when the user click the finish button on the app without having selected a file. I know there is a message tool which I used but I don't know how to link it this time. Any help please.

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @delalma 

 

Here is how you can do it. You need to configure [#1]='' if yes then display message.

 

Workflow:

atcodedog05_0-1625639277472.png

 

Make sure to run the canvas as workflow so that changes takes effect.

 

Hope this helps 🙂

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @delalma 

Labels