I have a relatively big macro (approx. 1200 - 1300 tools), where I used several detours. The detours are controlled by checkboxes and radio buttons, and I have recently discovered that they seem to be causing some issue when running the macro with AMP Engine enabled.
Running the macro as a workflow works just fine, but if I run the macro inside another workflow with AMP enabled and have any action tools connected the detour tools, they give no output. Everything up until the detour tool works just fine, but no matter the configuration of the action tool/detour tool, the result is "no data available", which breaks the entire macro.
The only way to get data to actually flow through the detour tools is to either
a.) Remove all action tools connected to the detour tools
b.) Run the workflow without AMP enabled.
c.) Disable all containers following the detour tool.
I'm guessing something down the line connected to the detour end breaks the tool, but I cannot figure out what it could be, since I'm not receiving any specific errors from Alteryx. I am unfortunately not able to share my macro here, but is this an issue anyone has encountered and resolved earlier?
Thanks in advance.