This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
General Discussions has some can't miss conversations going on right now! From conversations about automation to sharing your favorite Alteryx memes, there's something for everyone. Make it part of your community routine!
I want to verify the tab name on an File Browse interface. Tab should be call XX, otherwise show an error
Is there a way to do this?
Solved! Go to Solution.
This can be achieved using a chained app. Essentially, you'll have two workflows that run sequentially. The first one will run and simply check to see if the sheet name selected is "XX." If it is not, the workflow can be configured to throw an error using the message tool. If it runs without issue, the second workflow will run with any processes that you've configured.
The below are resources to help you get started:
https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120
Thinking about it further, you can also achieve this with a Error Message Tool, but this would only show the error when the user tries to run the overall workflow. The chained app would show the error upon selection.
An example of the error message is below for reference: