Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Ignore First Two Containers of the Series

manchokim
6 - Meteoroid

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?

 

1 REPLY 1
TimothyH
Alteryx
Alteryx

@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?  

Labels