Start Free Trial

Alteryx Designer Desktop Discussions

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

Batch Macro

curator_at_work
8 - Asteroid

Hi 
I made a Batch macro which add job into execution queue using API, when I am passing multiple w/f ID to it, it is only executing first row ID not executing subsequent w/f ID's. help me to debug this issue

your help would be much appreciated

1 REPLY 1
HannahBrauer223
6 - Meteoroid

This is one of the most common reasons batch macros do not go through all the records. Can you confirm your macro is set up like this?

 

  1. The top input of your macro should be the field you are iterating through (e.g., a list of file paths or IDs).
  2. The lower input should be your initial dataset.
  3. To ensure each record is processed, add a RecordID tool to your driver program and use it as the control parameter.

Thanks,

Hannah Brauer

Crowe LLP

Labels
Top Solution Authors