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.

Custom Tool modification - Error when selecting AMP

Ariharan
11 - Bolide

Hi Team,

 

I require assistance with modifying a custom tool. Currently, the tool is functioning properly on the server for both AMP and nonAMP scenarios. However, I would like to limit the tool's workflow to only run on nonAMP scenarios. For instance, if a user attempts to create and run the workflow with AMP, it should generate errors and only run when AMP is disabled in the flow. Is it possible to make modifications at the custom tool or macro level to achieve this? If you have any insights on this matter, I would greatly appreciate your assistance.

 

Regard,
Ariharan Rengasamy

1 REPLY 1
caltang
17 - Castor
17 - Castor

Hi! You can.

 

You can use the Message Tool to stop it via Error and condition it as such: 

[engine.type] = 1 is without AMP

[engine.type] = 2 is with AMP

 

Reference:

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Force-AMP-Off-or-Detect-AMP-se... 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors