Hi
i am using a docker which is mapped to my local directory. i tried to perform write but i can’t see where it is written.
docker run -it --rm \
--name n8n \
-p 5678:5678 \
-v ~/.n8n:/home/node/.n8n \
n8nio/n8n
Start- Execute Command (date) - Writespreadsheet (which i defines my local directory with a filename and set to write mode).
However, other than successful run of the workflow, there is nothing written. can please advise? thank you