Dynamic Node Properties

Is it possible to create properties for nodes dynamically, or per the user’s request? I’m going to use the Clockify Trigger as an example. If I wanted to add the option to import historical items using a property named historical, could ticking that checkbox create another property for the node possibly called startDate in order to possibly limit the look-back?

That can be done with the displayOptions. With it, it is possible to define which parameters to display a parmeter depending on the value of another. You can find that property used on almost in every node like for example here on the Slack-Node:

Hope that helps!

1 Like