New to Custom Nodes here. Can I auto-populate choices in a custom node parameter from an API response? My guess is that it is a one-time thing, for the choices to be dynamic. I have to continuously compile the image.
Hi @Biprakanta_Pal,
you can use loadOptions
to danymically populate an options dropdown. Have a look how our Supabase node is using loadOptions to select tables and table columns.