Share data with Values
Create Values, insert them with $, and pass data between steps and Runs.
Last updated
Create Values, insert them with $, and pass data between steps and Runs.
A Value is a named piece of data, such as a username, URL, or order number. The Value Store holds shared Values for your account. Flows can also store data while a Run is in progress.
Use the Flow Builder for this walkthrough.

For field detail, see Creating Values.
In supported fields, type $ to open dynamic values. Pick an account Value by Title, or a built-in Value such as $testEmail or $randomNumber.
Example: Set value (Action) on a username field with $USERNAME from Assets.
Use Data Test Steps when the page itself produces the data you need next.
Set value in the Data family writes to storage. Set value in the Action family fills a form field. They share a label and do different jobs.
Save filters and Value Overwrites you can reuse
Start Run dialog
Paste Value Overwrites for that Run
Pass Values on the webhook request
Choose a Recipe that already includes overwrites
Use overwrites for environment URLs, credentials, and other inputs that change per Run without editing the Flow. See Value Store for which source wins when the same name appears more than once.
Pro tip: Keep environment URLs and credentials as Assets Values or Recipe overwrites, and keep one-off captures from the page in Data storage names. That split makes Flows easier to reuse.

Last updated