We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Is there a way to ship a macro if there is no files in folder?

Hamder83
11 - Bolide

Hi 

This is a generic macro, used across multiple sources. It makes the default file it looks at is not linked to a specific workflow.

When I run a workflow, sometimes there is data, sometimes there is not.

If there is no data, I dont want to load the maro - because it passes metadata to the comming union.

Is there any way to avoid that?


image.png

1 REPLY 1
gawa
16 - Nebula
16 - Nebula

hi @Hamder83 

 

If you use version 2023.1, control container is suitable, which is a new feature since 2023.1 was out.

https://help.alteryx.com/20231/designer/control-container-tool

 

If you use version 2022.3 or older, Detour tool is suitable, but this is something difficult to configure, and makes workflow complicated a bit.

https://help.alteryx.com/20231/designer/detour-tool

 

Labels
Top Solution Authors