Alteryx Designer Desktop Discussions

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

Force Value on Control Parameter

msedrech0114
7 - Meteor

Hello Alteryx Community,

 

Is there a way to force a value on Control Parameter in Macro? This is me testing the huge macro workflow. 

 

Thank you in advance,

Mark

4 REPLIES 4
NaiLo
8 - Asteroid

Are you trying to force a value just to debug? You could try debug mode in the Test View. This article might help: https://community.alteryx.com/t5/Engine-Works/Fixing-Macros-and-Analytic-Apps-Using-Debug-Mode/ba-p/...

patrick_digan
17 - Castor
17 - Castor

@msedrech0114 One option that I like is to use reference shortcutsimage.png

 

You can then put a test value in the workflow configuration panel. I've entered apple for a dumb example.

image.png

SPetrie
13 - Pulsar

I use the method @patrick_digan suggested and also suggest that method. If you edit the tools name in the annotation tab, (Make sure its the actual name, not the label in the configuration tab of the tool) it will make it easier to call and more readable for what you are referencing. 

3.PNG2.PNG1.PNG

msedrech0114
7 - Meteor

Not really debugging, but I am trying to test the input data attached to the control param update value. I want to change the value passed to the control param so I can test the input data without modifying the query inside the input data.

Labels
Top Solution Authors