Can I create Dynamic input fields in Connectors as in Workers

Can we create a button to add an input field in Connector templates similar to Workers as there is a ‘+’ icon to add new input variable fields.
Screenshot 2025-03-25 145833

Hi @shubham.parmar - not really, because the connector itself is expecting specific variables/data in the request. You would need to add the variable to the connector itself in addition to adding it to the task in Modeler.

What’s the use case?

I don’t think this is what you’re looking for, but you can extend connector templates to better suit your needs. If you add an input to the template you do need to make sure it is accounted for in the connector code itself.