Alteryx Designer Desktop Discussions

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

App - static user input within Batch Macro

ds12
7 - Meteor

I'm creating an app where I need two input from the user.

1) Files to be read

2) File to join on files from #1

 

Is there a way to pull in the filepath from the user that will be static inside the batch macro? The input tool on the bottom will be static throughout the batches running.

ds12_0-1669757683077.png

 

1 REPLY 1
gabrielvilella
14 - Magnetar

If you have a control parameter, that is not an app, it is a batch macro. If you need the same value to go through every iteration you can just replicate the same value on the control parameter table for each record.

Labels