I couldn’t find a node with this option, how does one achieve simply renames an existing folder?
n8n version: 1.59.3
Database (default: SQLite): Postgres
n8n EXECUTIONS_PROCESS setting (default: own, main): Unsure
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker (Cloudron)
Operating system: Ubuntu 22.04
n8n
December 6, 2024, 5:56pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Hey @Vadorequest , you treat Folder as File in that respect and use “Update” operation.
1 Like
Awesome, thanks!
Assuming one is manipulating a url, what would be the right format to use? (I can still extract the folder id but I couldn’t manage to make it work by using the url)
ihortom
December 7, 2024, 11:29pm
5
Didn’t work with URL for me either. However, you can extract the ID from the URL. For example,
{{ '<FOLDER_URL>'.split('/')[7] }}
system
Closed
December 15, 2024, 9:47am
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.