Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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

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