Store
Configuration
- type: store
key: my_key # Required: Key to store the value under
value: some value # Required (unless deleting): Value to store
delete: false # Optional: Set to true to delete the key- type: store
map: # Set multiple key/value pairs at once
key1: value1
key2: value2
env.API_KEY: "abc123"
delete: false # Optional: Set to true to delete all keys in the map (and unset env var)Properties
Property
Required
Description
Output
Accessing Stored Values
Replication Store Values
Environment Variable Values
Storage Target Comparison
Examples
Setting a Simple Value
Storing Complex Values
Using Variables in Values
Deleting Stored Values
Conditional Storage
Storing Results from Other Hooks
Using Stored Values in Subsequent Hooks
Building Dynamic Values
Temporary Storage for Processing
Setting Environment Variables
Basic Environment Variable
Dynamic API Authentication with Environment Variables
Setting Multiple Values at Once
Dynamic Map from Query Results
Deleting Environment Variables
Deleting Multiple Variables
Last updated
Was this helpful?