Set Variable
Define or update variables in a workflow. Supports four value sources: manual input, page element, variable reference, and code block.
Data Collection
Extract data in bulk from the page DOM or array variables using a structured row-and-column approach. Supports saving to a database or outputting as a variable.
Wait Signal
Pause the current workflow until a specified signal is received, then continue execution. Commonly used for cross-workflow data synchronization.
Wait Element
Wait for a specified element to appear or disappear on the page. Supports configurable timeout. Commonly used for waiting on dynamically loaded content.
Print Output
Print output to the log panel. Supports variable references via {{variableName}}. Used for debugging and tracing.
Execute Code
Execute custom JavaScript code. Supports {{variableName}} references. The return value is stored in a specified variable. Enable user script permission to access the page DOM.
Read File
Read local or remote files. Supports CSV, Excel, JSON, and TXT formats. Configurable output format with a preview of parsed results.