Write a File
Instructions on how to install and setup Sequence and the FileSystem Connector.
This workflow:
- Creates a path from 'C:/Documents' and 'MyFile.txt'
- Compresses a string and writes it to a file in that location
- <path> = PathCombine ['C:/Documents', 'MyFile.txt']
- "MyData"
| FileWrite <path> Compress: true