Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

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 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.

 

Regards, 

Ariharan Rengasamy

1 REPLY 1
TimN
13 - Pulsar

Hi,

I think @caltang already answered this.  

 

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Custom-Tool-modification-Error...

 

"

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... 

"