Hi all,
I just created a fun little flow that picks up an incoming email, converts its body to markdown, and saves it as a file (for subsequent ingestion into a vector store, but that’s not my problem).
The flow shows successful execution of a “Create file” step, but listing the directory in question does not show it. I’ve also tried writing the file to a directory mounted on the container and can’t see it (neither outside, nor by running docker exec activepieces ls /my/dir/name).
Since the step supposedly executes successfully and shows the right file content and file location, I don’t really know how to troubleshoot this.
Running ghcr.io/activepieces/activepieces:0:71 with a postgres:15.2-alpine database.
Everything else I’ve tried so far works flawlessly.
Any help appreciated!
