Hi,
At the end of my workflow, there is a series of control containers that should take the master data used in the workflow and output it as new tabs.
However, not all source data are being used, so the control containers for the unused data are disabled while the rest are enabled.
I am encountering an issue where, if the first two control containers are disabled, the last two control containers containing the source data do not show in the output file.
It is only when all four containers are enabled that the data flows into the output.
Is there a way in Alteryx to ignore the first two control containers in the series?
@manchokim any of the Control Containers that are disabled will not output the metadata necessary to kick off the next container. Is it necessary that the data that isn't being written be in Control Containers since it sounds like they are being disabled anyway?