File Browse
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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:
