Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to make macro input from a non input tool

taymadar
5 - Atom

On this snippet below, my requirement is that , the append tool onwards needs to be inside a macro. How do I configure the filter tool's O/P to be taken as an one of the input for the append tool inside the macro

 

taymadar_0-1651206609105.png

 

2 REPLIES 2
apathetichell
20 - Arcturus

the quick way:

use a text input tool on a new canvas. put a value of 1 inside (or something). convert it to a macro input.

the schematically consistent  way -

put a browse tool after your filter tool

run your workflow

copy the contents of your browse tool into a text input tool on a new canvas

turn that into a macro input.

taymadar
5 - Atom

Thank you for the soln :)

Labels
Top Solution Authors