OS Clipboard Extract

Puts a known string on the OS clipboard so a workflow can read it back with a STATIC EXTRACT_DATAMODEL node whose source is {{clipboard}}. All content is synthetic (no PHI). Select the variant with ?variant=simple|multiline|unicode|xml or pass ?text=your+string.

variant: idle

Expected extracted value:

  1. CLICK the "Copy to clipboard" button (or select the textarea + Ctrl/Cmd+C).
  2. Add a short DELAY so the copy settles onto the OS clipboard.
  3. STATIC EXTRACT_DATAMODEL with a field whose path is {{clipboard}}.
  4. The extracted value equals the text above (reference it downstream as {{context.<key>}}).

Harvest loop (copy-per-row)

Each click of Copy next row copies the next row's value to the OS clipboard and advances the cursor. Point a LOOP at this button and extract {{clipboard}} each iteration: every read should return that iteration's row, never a repeat of the previous one. Add ?delay=300 to simulate a copy-sync lag. Synthetic data, no PHI.

cursor: delay: 0msidle

Last copied value:

Expected harvest order:

  1. ROW-01|Acme Widget A|SKU-1001|qty 12
  2. ROW-02|Beacon Gadget B|SKU-1002|qty 7
  3. ROW-03|Cedar Module C|SKU-1003|qty 25
  4. ROW-04|Delta Panel D|SKU-1004|qty 3
  5. ROW-05|Echo Sensor E|SKU-1005|qty 18