Well, it might help to list what integrations you think are needed. Perhaps someone will want to work on them.
google (sheet/email/drive) /apple/microsoft (mail)/openAI/claude/airtable
to start off with.
Originally posted in wrong thread, then found this one.
I'd like to request a feature be considered to be included in the next version.
In the debug window I'd like to be able to filter the debug messages containing specific strings.
Eg I have a debug node that I use to see all messages received from a SDR listening to 433MHz messages decoded by rtl_433. I have a lot of sensors, and they can scroll through the window rapidly, so I'd like to filter the messages sent by a specific sensor, eg by filtering for a specific string relating to the sensor or model id that I know will be in the message.
If this is already there, then please feel free to point me in the right direction.
Cheers
I use this node for google sheet. It still works really well even if it hasn't been updated in four years.
I would suggest that you search https://flows.nodered.org/ and see what already exists, then provide a concrete list of what is missing for your needs. Even if something does exist, test it out and see whether it does the job.
Also, the things you suggest are non-trivial to create/implement - are you planning to contribute or just use n8n if your needs aren't fulfilled? Being specific about your needs would also help to focus development time on those things that are really necessary.
Node-RED isn't a commercial product, FlowFuse is. So Node-RED will only improve if folks contribute and FlowFuse does have AI offerings (as far as I know). So perhaps FlowFuse is more what you're looking for.
I think that some of these are already in the catalogue aren't they?
Markdown live preview would be great. Mermaid live preview nice to have.
A Loop node out of the box like node-red-contrib-loop in enumeration mode would be great.
Yeah the split node can loop but most APIs or other services donât like being hit with multiple parallel requests and will drop your connection attempts with âmax concurrent connection errorâ or âHTTP 429 too many requests - retry after x secondsâ. Dicking around with 2 delay nodes and msg.flush to loop for this is a pain.
Which leads me to the out of box HTTP Request node. Built-in throttle handling for HTTP 429 (with the different variations of retry-after) would be great as would pagination and concatenation of data:[] of OData with the different methods like @odata.next or skip with top would be a nice to have. I would also be nice if Postman had a code snippet export option (along with the other 30 from curl to swift) to a function node to congfigure a msg for the HTTP request node. The other option would be to allow a HTTP node to take its configuration from the curl command Postman can generate per copy paste in the node config.
Autocomplete in the function node of any modules specified in the setup tab of the function node. Also some where have an overwiew which npm mpdules and versions are used/installed by the functinon nodes. A note in the function node help about how to install a specific version of an npm-module would be nice.
Proxy accounts for any of the storage nodes. Great for files on windows shares UNC paths.
Projects and GitHub/DevOps repos - an option to save the PAT (personal access token) would be great as it needs to be renetered after a restart. I save it on an About flow (along with a list of insalled nodes and a function containg all the npm libraries used in all flows) for copy pasting as needed. Paranoid organisations donât like the ssh key option.
Sorry about the rant. But I feel Node-RED needs to do more out of the box(especially around consuming APIs), be more friendly and more âenterpriseyâ.
I created a newer version of google sheets node which has built in caching and latest google package.
Would love to get some feedback.