SOLVED
How to dynamically update the required box in an action tool?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
jaipersr
7 - Meteor
‎11-10-2020
05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone,
I am making an app in Alteryx. I have a checkbox that enables/disables a container. However I have other action tools inside of that container. Right now the action tools inside the container are set to be required. But, I only want them to be required when the checkbox that enables the entire container is selected. If the container is disabled the action tools should not be required. Does anyone know how to do this?
Solved! Go to Solution.
Labels:
- Labels:
- Interface Tools
2 REPLIES 2
patrick_digan
17 - Castor
‎11-10-2020
06:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@jaipersr Can you provide a picture of your canvas or attach a mocked up workflow here?
‎11-10-2020
06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi I was able to solve my own problem by connecting the check box tool to a conditional tool and then connect that to the action tool.