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.

Update Macro Output Mode

c_leary
6 - Meteoroid

Hello Alteryx community, 

 

I am trying to build a macro that can be put into apps which will input multiple file types. The macro seen in the file input container in the photo below is iterative and I need to update the XML to change the output mode of that macro. In the output mode container a user is able to select 1 of 3 options which updates the output mode. The output of the "output mode" container is the XML for the input macro. 

 

Is it possible to have the first container run then the second container with the updated XML from the first?

c_leary_0-1654091826296.png

 

2 REPLIES 2
IraWatt
17 - Castor
17 - Castor

Hey @c_leary,

I would look at chained apps Chaining Analytic Apps - Alteryx Community. Once your first app runs you then want to run your next workflow, a chained app would achieve this.

c_leary
6 - Meteoroid

Hi @IraWatt ,

I was hoping to do this in a macro as this may be in a number of different apps built by different users. If I go with the chained app route they will then need to deploy this in all apps. 

Thanks!

Labels
Top Solution Authors