For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creating Values

Create account Values in Assets, set types, and capture data during a Run.

Create shared Values once under Assets → Values, then insert them with $ in supported fields. Capture more data while a Test Case runs with Data Test Steps.

Create an account Value

1

Open Values

Go to Assets → Values.

2

Create the Value

Choose Create new value. Set a Title, Type, and Value.

Type
Use it for

String

URLs, usernames, messages

Number

Counts, amounts, IDs stored as numbers

Boolean

Flags

Object

Structured JSON your steps or overwrites need

Turn on Private value when the content should stay hidden after save. Private Values cannot be viewed or edited later, but they still apply during Runs.

Insert the Value in a step by typing $ and choosing its Title. See Value Store for how overwrites and built-ins interact.

Capture Values during the Run

Use Data Test Steps when the page or browser produces the data.

Test Step
Use it to

Set value (Data)

Write a Value under a Storage Name

Give an existing storage name a second name

Build a Value from a calculation

Find and replace inside a Value

Save visible text

Save an input value

Save an attribute

Save Element HTML

Save how many Elements match

Set value in Data writes to storage. Set value in Action fills a form field. They share a label and do different jobs.

Overwrite Values for a Run

You do not need to edit Assets Values for every environment. Use overwrites instead:

Place
What it does

Saved Value Overwrites you can reuse

Start Run dialog

Value Overwrites for that Run only

Values on the webhook request

Values JSON passed into child Flows

Which source wins when names match is defined on Value Store.

Last updated