Inputs
☐ Prompt / Description (Required)
A clear and concise instruction describing what this step should do. This helps the AI debug and adjust clipboard operations if needed.Good Example:
"Copy the extracted text to the clipboard for later use."Bad Example:
"Do something with the clipboard."Why it’s bad? Too vague, lacks specificity about what should be copied or retrieved.☐ Clipboard Action (Required)
Get Clipboard Data
Retrieve current clipboard contents:
- Can be assigned to variables
- Can be inserted into tables
- Useful for data extraction
Insert Text to Clipboard
Copy specified text to clipboard:
- Static text strings
- Variable content
- Formatted data
☐ Action Configuration (Required)
Based on selected action:
- For Get Clipboard:
- Variable name for storage
- Table column for insertion
- For Insert Text:
- Text content to copy
- Formatting options