I am trying to create a tool (using the Python SDK) that allows users to create new rules. Basically, I am trying to recreate the "+" functionality of the Formula tool so that the user may add rules as per their wish.
When the tool is dragged onto the Canvas, the user will be presented with a blank, default UI, just like in case of the Formula tool and they can configure a rule. They would further be able to add a new rule, just like how the Formula tool allows addition of new columns.
Is there any way to achieve this through the SDK?