Skip to main content
Rename Asset passes an asset through unchanged and attaches a display name built from a pattern. The pattern can reference the original name and text values connected as name parts.

When to use

  • Normalize filenames before export
  • Inject a campaign name into asset metadata
Common pattern: generate_image → rename_asset → human_review.

Inputs

any
required
The asset to rename. Required. Supports loop mode.
text
Text values referenced in the pattern as {0}, {1}, and so on. Optional, accepts multiple inputs.

Outputs

any
The asset, passed through with the new display name attached.

Configuration

string
default:"{original}"
The naming template. Use {original} for the existing name and {0}, {1}, and so on for connected name parts.