N8n - The struggles of a newbie.
After spending an hour on figuring out how to move files via n8n I found out via patch notes that n8n removed delete node, so had to use write node to copy content to different directory then use execute command to delete original files. But here's the kicker.... N8n disables execute command nodes by default so you need to manually enable it, but I did it!!!! (I'm not a developer nor a programmer but I'm learning)