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

Alias Value

Copy a Value Store item under a second name.

Alias Value copies an existing Value Store item under a new name. Both names then point at the same data for the rest of the Run.

Alias value Test Step

When to use it

  • Give a long or generated Value a shorter name the rest of the Flow can reuse.

  • Preserve an original Value before a later step overwrites it under another name.

  • Pair with Calculate value when the alias should reference a computed result.

Configure

Basics

Field
What to set

Existing Storage Name

Current Value name, or a Value that resolves to one

Storage Name Alias

New name to create in the Value Store

Advanced

Field
What to set

Status on fail

Tags: data, store, alias, rename, shortcut

Last updated