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
Hi,
I think @caltang already answered this.
"
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:
"