Course 1: Getting started with API AutoFlow
2 min read
Lesson 8: In Memory Storage
There are ways to store data in the product.
For a simple key-value pair, use the Environmental Variable
.
More complex data can be stored using the Hash Table
Lesson Outline
Environmental Variable
- Create Environmental Variable (Env)
- Access Env Data
Environmental Variable
1. Create Environmental Variable (Env)
Go to the right bottom pane to find the environmental variable Env
2. Access Env Data
You can access environment variables from any action
Download In Memory Storage - Environment Variable configuration
Learn how to use configurationNEXT » Lesson 9: Storing Data in a File