SyphaChatGuidesAgent FlowsAll about blocks
Write File
Learn about the Write File block and how to use it.
Screenshot coming soon
Usage
You can use ${variable} string to dynamically insert the file path or file name in a fixed folder path.
This block allows you to write content to a file on the local file system. Only text output is supported.
The Write File block is used to save content to a file, which can be useful for exporting results, logging, or passing data to other applications or processes.
Input Variables
File Path: The path to the file you want to write to.Content: The content to write to the file.