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?
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.
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