NodeMation By Nskha
104 subscribers
80 photos
9 videos
80 links
n8n AKA NodeMation
Download Telegram
New Update V1.37.1


Bug Fixes

๐Ÿ”„ - core: Don't revert irreversibble migrations (#9105) (4326d59)


๐Ÿ”„ - core: Support MySQL in MoveSshKeysToDatabase migration (#9120) (19ba645)


๐Ÿ”„ - editor: Do not show overlapping trash icon in the node's settings (#9119) (27de031)


๐Ÿ”„ - editor: Open links from embedded chat in new tab (#9121) (9e1e799)


๐Ÿ”„ - editor: Render dates correctly in parameter hint (#9089) (daacc42)


๐Ÿ”„ - Respond to Webhook Node: Continue on fail and error branch support (#9115) (779b4a7)
To update your n8n instance (Selfhosted) to the New Update V1.37.1, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐Ÿ”„๐Ÿš€

๐Ÿ’Resources:

- ๐Ÿš€ How to install Coolify & n8n: n8n.nskha.com
- ๐ŸŽŸ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐Ÿค– ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐Ÿ’ฌ N8N Community Discord: discord.gg/n8n!
- ๐Ÿ’ฌ N8N Community Discourse: community.n8n.io!
- โœ… Nskha Verified templates: n8n.io/creators/nskha!
- โ˜๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
New Update V1.36.3


Bug Fixes

๐Ÿ”„ - core: Fix the backend dependency tree to address the issue of user-defined timezone not being used (#9139) (cd04069)


๐Ÿ”„ - core: Don't create multiple owners when importing credentials or workflows (#9112) (a5d47db)
To update your n8n instance (Selfhosted) to the New Update V1.36.3, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐Ÿ”„๐Ÿš€

๐Ÿ’Resources:

- ๐Ÿš€ How to install Coolify & n8n: n8n.nskha.com
- ๐ŸŽŸ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐Ÿค– ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐Ÿ’ฌ N8N Community Discord: discord.gg/n8n!
- ๐Ÿ’ฌ N8N Community Discourse: community.n8n.io!
- โœ… Nskha Verified templates: n8n.io/creators/nskha!
- โ˜๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
The new workflow template is based on the idea that WordPress is not a secure environment for content ๐Ÿ˜‰. To prove this, you will feel unfairly treated when you are a content creator and others have this easy capability to access all CMS data on your own WordPress...

Through this workflow, you will be able to fetch all the posts of any WordPress blog ๐Ÿ˜‰ in just ~6 minutes. I have fetched over 500 articles from wptavern.com (Top 10 Wordpress website).


Use cases:

- Rephrase the content and republish it to profit.
- Monitor competitors and important articles on a specific topic.
- Get instant data to feed artificial intelligence with the latest information.

And many other uses, all now at your fingertips, thanks to the greatness of n8n and the audacity of WordPress.

https://youtu.be/0MEwJpW7SDA
Starting today, I will share the most commonly used expressions with my workflows. This will also help me remember them.

Let's begin with this one:

{{ 
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toLowerCase().includes('kb') ?
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toInt() * 1024 :
(
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toLowerCase().includes('mb') ?
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toInt() * 1024 * 1024 :
(
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toLowerCase().includes('gb') ?
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toInt() * 1024 * 1024 * 1024 :
$item("0").$node["<NodeNameHere>"].binary.data.fileSize.toInt()
)
)
}}


This expression is used to generate the file size in bytes for applications when uploading a file. Some providers, such as all applications built with AWS storage S3, require signing the request with the file size. This expression solves one of the parameter issues during the signing process. I actually created it while developing an AI Voice Enhancer for Adobe. ๐Ÿ˜‰
To update your n8n instance (Selfhosted) to the New Update V1.36.4, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐Ÿ”„๐Ÿš€

๐Ÿ’Resources:

- ๐Ÿš€ How to install Coolify & n8n: n8n.nskha.com
- ๐ŸŽŸ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐Ÿค– ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐Ÿ’ฌ N8N Community Discord: discord.gg/n8n!
- ๐Ÿ’ฌ N8N Community Discourse: community.n8n.io!
- โœ… Nskha Verified templates: n8n.io/creators/nskha!
- โ˜๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
New Update V1.38.0


Bug Fixes

๐Ÿ”„ - core: Don't create multiple owners when importing credentials or workflows (#9112) (3eb5be5)


๐Ÿ”„ - core: Don't revert irreversible migrations (#9105) (3bb821f)


๐Ÿ”„ - core: Support MySQL in MoveSshKeysToDatabase migration (#9120) (cf435c3)


๐Ÿ”„ - editor: Do not show overlapping trash icon in the node's settings (#9119) (c00150b)


๐Ÿ”„ - editor: Open links from embedded chat in new tab (#9121) (284de5d)


๐Ÿ”„ - editor: Render dates correctly in parameter hint (#9089) (064e8f4)


๐Ÿ”„ - Execute Workflow Node: Assign fallback pairedItem only if not present in output item and different length of input output (#9145) (a95e401)


๐Ÿ”„ - Fix issue with Crowdstrike credential not working correctly (#9108) (4c16000)


๐Ÿ”„ - HTTP Request Node: Tolerate header name being empty (#9138) (f6c9dbf)


๐Ÿ”„ - Respond to Webhook Node: Continue on fail and error branch support (#9115) (86a20f6)
Features

๐Ÿ”„ - editor: Add object keys that need bracket access to autocomplete (#9088) (98bcd50)


๐Ÿ”„ - GitHub Node: Add option to get pull requests (#9094) (4d9000b)


๐Ÿ”„ - Google Gemini Chat Model Node: Add support for new Google Gemini models (#9130) (f1215cd)


๐Ÿ”„ - Summarize Node: Option to continue when field to summarize can't be found in any items (#9118) (d7abc30)
To update your n8n instance (Selfhosted) to the New Update V1.38.0, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐Ÿ”„๐Ÿš€

๐Ÿ’Resources:

- ๐Ÿš€ How to install Coolify & n8n: n8n.nskha.com
- ๐ŸŽŸ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐Ÿค– ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐Ÿ’ฌ N8N Community Discord: discord.gg/n8n!
- ๐Ÿ’ฌ N8N Community Discourse: community.n8n.io!
- โœ… Nskha Verified templates: n8n.io/creators/nskha!
- โ˜๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
New Update V1.38.1


Bug Fixes

๐Ÿ”„ - core: Exclude oAuth callback urls from browser-id checks (#9158) (c1d07fb)


๐Ÿ”„ - core: Improve browserId checks, and add logging (#9161) (e16d18c)


๐Ÿ”„ - editor: Fix parameter reset on credential change in Discord node (#9137) (336344f)


๐Ÿ”„ - Postgres Node: Convert js arrays to postgres type, if column type is ARRAY (#9160) (ee0c685)


๐Ÿ”„ - Schedule Trigger Node: Default to 0 minute if falsy on hourly run (#9146) (3d6455e)
To update your n8n instance (Selfhosted) to the New Update V1.38.1, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐Ÿ”„๐Ÿš€

๐Ÿ’Resources:

- ๐Ÿš€ How to install Coolify & n8n: n8n.nskha.com
- ๐ŸŽŸ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐Ÿค– ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐Ÿ’ฌ N8N Community Discord: discord.gg/n8n!
- ๐Ÿ’ฌ N8N Community Discourse: community.n8n.io!
- โœ… Nskha Verified templates: n8n.io/creators/nskha!
- โ˜๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
New Update V1.37.3


Bug Fixes

๐Ÿ”„ - core: Don't create multiple owners when importing credentials or workflows (#9112) (32db869)


๐Ÿ”„ - core: Exclude oAuth callback urls from browser-id checks (#9158) (58b6a9d)


๐Ÿ”„ - core: Improve browserId checks, and add logging (#9161) (cff50fb)


๐Ÿ”„ - Fix issue with Crowdstrike credential not working correctly (#9108) (d11ca79)
To update your n8n instance (Selfhosted) to the New Update V1.37.3, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐Ÿ”„๐Ÿš€

๐Ÿ’Resources:

- ๐Ÿš€ How to install Coolify & n8n: n8n.nskha.com
- ๐ŸŽŸ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐Ÿค– ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐Ÿ’ฌ N8N Community Discord: discord.gg/n8n!
- ๐Ÿ’ฌ N8N Community Discourse: community.n8n.io!
- โœ… Nskha Verified templates: n8n.io/creators/nskha!
- โ˜๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
New Update V1.37.3


Bug Fixes

๐Ÿ”„ - core: Don't create multiple owners when importing credentials or workflows (#9112) (32db869)


๐Ÿ”„ - core: Exclude oAuth callback urls from browser-id checks (#9158) (58b6a9d)


๐Ÿ”„ - core: Improve browserId checks, and add logging (#9161) (cff50fb)


๐Ÿ”„ - Fix issue with Crowdstrike credential not working correctly (#9108) (d11ca79)
To update your n8n instance (Selfhosted) to the New Update V1.37.3, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐Ÿ”„๐Ÿš€

๐Ÿ’Resources:

- ๐Ÿš€ How to install Coolify & n8n: n8n.nskha.com
- ๐ŸŽŸ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐Ÿค– ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐Ÿ’ฌ N8N Community Discord: discord.gg/n8n!
- ๐Ÿ’ฌ N8N Community Discourse: community.n8n.io!
- โœ… Nskha Verified templates: n8n.io/creators/nskha!
- โ˜๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
New Update V1.37.3


Bug Fixes

๐Ÿ”„ - core: Don't create multiple owners when importing credentials or workflows (#9112) (32db869)


๐Ÿ”„ - core: Exclude oAuth callback urls from browser-id checks (#9158) (58b6a9d)


๐Ÿ”„ - core: Improve browserId checks, and add logging (#9161) (cff50fb)


๐Ÿ”„ - Fix issue with Crowdstrike credential not working correctly (#9108) (d11ca79)
To update your n8n instance (Selfhosted) to the New Update V1.37.3, simply use the "Auto Update" Workflow that we've created. This workflow is based on the tutorial on how to correctly install n8n using Coolify. ๐Ÿ”„๐Ÿš€

๐Ÿ’Resources:

- ๐Ÿš€ How to install Coolify & n8n: n8n.nskha.com
- ๐ŸŽŸ 5 Months FREE VPS (4G/2C/2.5Gbps) - Use Coupon: swiy.co/vps
- ๐Ÿค– ChatGPT n8n Assistant plugin: swiy.co/n8n
- ๐Ÿ’ฌ N8N Community Discord: discord.gg/n8n!
- ๐Ÿ’ฌ N8N Community Discourse: community.n8n.io!
- โœ… Nskha Verified templates: n8n.io/creators/nskha!
- โ˜๏ธ N8N Cloud (Official Version - Ultimate Stable Option): swiy.co/n8n-cloud
New Update V1.37.3


Bug Fixes

๐Ÿ”„ - core: Don't create multiple owners when importing credentials or workflows (#9112) (32db869)


๐Ÿ”„ - core: Exclude oAuth callback urls from browser-id checks (#9158) (58b6a9d)


๐Ÿ”„ - core: Improve browserId checks, and add logging (#9161) (cff50fb)


๐Ÿ”„ - Fix issue with Crowdstrike credential not working correctly (#9108) (d11ca79)