Dynamic Enable/Disable Containers
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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"
Solved! Go to Solution.
- Labels:
- Dynamic Processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @choward
These posts might help you get started:
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
