Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

AYX Pyhton SDK optional input anchor

Hello,

When trying to create a tool via the Python SDK with an optional input anchor it still shows the error that there is a missing incoming connection. When I make a connection the error goes away and everything works fine.

In the ayx_workspace.json I specified the input to be optional like this:

 

                "input_anchors": {
                    "Input": {
                        "label": "",
                        "allow_multiple": false,
                        "optional": true
                    }
                },

 

 

MichielVanEetvelde_0-1632402496430.png

 

Any help would be appreciated!

0 REPLIES 0