Read 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'
- Reads the file at that location
- Prints the text of that file to the console
PathCombine ['C:/Documents', 'MyFile.txt']
| FileRead
| Print