This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hey y'all,
I've created a batch macro that is supposed to read all of my files from a Directory Tool, but it only works when I put a Browse Tool after it. See the pictures below:
1. Workflow with the Browse Tool:
<-- The results of my batch macro.
2. Workflow without the Browse Tool:
<-- The results of my batch macro.
My batch macro:
I wanted to know why there is a difference between the 2 workflows. I'm using Alteryx 2021.4.
Best,
Chris
Hi @itschriswei
If there is no tool after a batch macro only the first set of data gets processed. This is expected behavior.
I see. Thanks!