First Non Empty
Returns the first non-empty value among all connected inputs. Useful for merging two branches where only one will have a value for a given run.
Condition Branch
This node allows you to execute one of two paths based on the evaluation of a specified condition.
Conditional Gate
Gates the flow based on a dynamic condition. When the condition is true, the value is forwarded downstream. When false, downstream nodes are skipped entirely.
Conditional Value
Returns one of two values depending on a boolean condition. Plug an Evaluate Condition output into the condition handle.
Evaluate Condition
Evaluates a condition and returns "true" or "false". Connect the output to a Conditional Value node to branch your workflow.
HTML to Image
Convert HTML content to an image. Automatically extracts clean HTML from text, markdown code blocks, or mixed content.
Pass Through
Forwards a value unchanged while optionally waiting for another node through the execution hook.
Select By Value
Returns the output for the first case whose Match Value equals the Selector. Click the cog to configure cases. Connect a node to an Output handle to override the static value.
Wait
Pause workflow execution for a specified duration without blocking other flows. Useful for rate limiting, delays, and timing coordination.