Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.
Free Trial

Alteryx Designer Desktop Discussions

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

Displaying message if none of the Browse tool selected

arkimp
8 - Asteroid

I have created flow with one Drop-down tool and 5 File-Browse tools.  If the user doesn't selected and executed the flow, need to prompt some custom message.  How can we achieve this?

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @arkimp 

 

You would use an 'Error Message' tool connected to the File Browse. You can write an IF statement there such that if the input from the file browse is null then show an error to the user.

IraWatt
17 - Castor
17 - Castor

Hey @arkimp,

Can do this with the Error message tool

length([#1])<1 OR length([#2])<1 OR length([#3])<1 OR length([#4])<1 OR length([#5])<1

IraWatt_0-1653403851653.png

 

Labels
Top Solution Authors