Skip to Content

Logic & Loop Nodes

Use control-flow nodes to decide branch paths, repeat steps safely, and control timing.

Node List

NodeRequired ParametersMain Output
Conditional StopNode condition configContinue or stop run
Loop While (AI)Loop condition configLoop branch decision
Loop EndLoop closure configNext iteration or exit
DelayWeb page, Duration (seconds)Timed pause
Random DelayWeb page, Min Duration, Max DurationTimed random pause
Stop ScheduleWeb page, Active JobSchedule disabled

Input / Output Example

  • Input chain: Loop While (AI) -> Extraction block -> Loop End
  • Output behavior: workflow repeats until loop condition evaluates false, then exits to next downstream path.

Common Errors

  • Infinite loop behavior due to weak loop exit condition.
  • Missing or invalid active schedule context in Stop Schedule.
  • Delays set too short for dynamic pages to stabilize.

Retry Tips

  • Add clear loop exit criteria tied to extracted values.
  • Use Random Delay for human-like timing between repeated interactions.
  • Combine condition checks with Wait for Element to reduce false failures inside loops.

Always validate loop termination logic on small test runs before production schedules.

Last updated on

2026 © Xenbox.