Skip to main content

WRITE_CLIPBOARD

Writes text to the user clipboard. Reads the content from the configured input (cfg.text) or from the default text input in the flow context.

At a glance

  • Category Browser
  • Version: 1.0.3
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
textText to write to clipboard. If omitted, uses the default text input from flow context.NonefalsetrueNoneNone

Examples

Write text from flowContext (use SET before to provide text)

- step: SET
text: "Some text to copy"

- step: WRITE_CLIPBOARD

See Also

General Resources: