I have a workflow that is common for a number of different countries. It takes quite some time to load all the starting data and I use containers to differ between different countries. Similar I disable certain containers (of again input files) to run only part of the workflow (disabling workflows as well).
Can I create a user-interface where I select the country? The interface should disable certain workflows before they actually start loading.
Something like:
"If I select A, container A will be active and B, C and D will be disabled"
thanks for your help in this.
Solved! Go to Solution.
Yes, you can enable/disable containers with interface tools, see this link for reference:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/How-to-disable-containers-based-on-use...
Thank you !