Custom Node: Generate properties from selected value of earlier Node

I’m loading an OpenAPI specification JSON (something like this) so the user can choose a path and method in an Options UI element.
I then want to output a field/property for each of the parameters that it includes in the JSON. I’m not sure how to change the options in a Collection when the selected value of the Options element before changes. Hoping someone here can help me out.
Thanks in advance!

I’m not sure… You want to show node settings inputs based on a dropdownlist value? I’m not an expert I can only try to give an idea:
Maybe look at some other node and go to typescript source code.

Seems google sheet node and Postgres node do something similar:

2 Likes

Thanks, those two got me going in the right direction!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.