Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.
Free Trial

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