Alteryx Designer Desktop Discussions

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

Dynamic Enable/Disable Containers

choward
7 - Meteor

I have a situation where i need my workflow to unzip a folder and drop the contents in a specific directory, and then pulled back into the workflow via a directory input tool

 

The issue is that the workflow calls the directory input at the start of the workflow. We need it to wait until there is data to be input and a "stop until done" tool does not work for this.

 

Automating a dynamic container that is initially disabled and is enabled on a specific condition that contains the directory input tool would work.

 

How do i automate a container to enable once a condition is met without a manual trigger?

 

I need it to think "all records have been processed to this point, now enable this container"

2 REPLIES 2
Armon24
Alteryx
Alteryx

Hi @choward 

 

These posts might help you get started:

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Expand-collapse-collections-based-on-t...

https://community.alteryx.com/t5/Interactive-Lessons/Implementing-Conditional-Routing/ta-p/243117

 

Put the containers into a macro, add a control parameter and connect it to the disable/enable button

choward
7 - Meteor

We were able to successfully design a dynamic disable/enable based off conditions with the attached

Labels