I am new to creating applications in alteryx, What I want to do is create an application that enables or disables the container in a checkbox
Example:
1. I have container 1 and in the application, if I check container 1 it should enable container 1 and run only that container
2. Similar if I have container 2 and I check it container 2 only should run.
Sorry for asking a very simple question but I am a noob and did not find anything useful in the community
Hello @Sshasnk
You can leverage the below formula and configure the action tool like the screenshot ive provided.
IF [#1] =='true' THEN 'false' else 'true' endif
**If this solution provides an answer to your question please drop a like and mark this thread as resolved.**
Hi @Sshasnk
Take a look at the attached example.
If the provided answer helped you to solve the problem/was correct, please accept it as a solution :)
Thanks.