Course 1: Getting started with API AutoFlow
2 min read · 10 min video
Lesson 9: Storing Data in a File
Lesson Outline
- Using File Uploaded in Product
- Using File in other Directory
- Read Data from File
- Write Data to File
1. In-product File
2. External File Location
The file directory points to the folder autoflow
are downloaded
Mac
/Users/{user_name}/Documents/autoflow/test.txt
3. Read Data from File
For external files
For uploaded files
4. Write Data to File
There are actions to write and append data to the file.
Download Storing Data in a File configuration
Learn how to use configurationNEXT » Lesson 10: Organization