Hi team,
I have built logic for 4 different clients in same Alteryx workflow. I have placed the logic into 4 different containers.
I have an excel file with client name and yes/no column ( example below). I only want to enable those containers where there is yes. Here, I want to disable the container for C and run the workflows for only clients A, B and D
| Client | Yes/No |
| A | Yes |
| B | Yes |
| C | No |
| D | Yes |
Can someone please help if this is possible?
Sounds like a batch macro! Dynamically enabling / disabling workflow sections - Alteryx Community