N8n-nodes-gainium feedback as it goes

Will be posting here whatever bugs or feature improvements I come by while testing n8n-nodes-gainium in self hosted n8n with gemini.

  1. Status "better to be “defined by model”.

You can do it, but with an expression. N8n doesn’t have the AI button for dropdown fields. Switch to expression and write something like this:

{{ $fromAI("status", "This field could be one of open, closed, error, range, monitoring or archived. Range DCA bots are activated but outside of the price filters. Monitoring bots are activated but waiting for technical conditions. ") }}

Doesn’t matter if you call it “status” or anything else. One thing to take into account is that when dropdown fields change the other fields available (example: for bot type) that you can’t use $fromAI, only those that doesn’t affect the rest of the fields such as deal status.

1 Like