Skip to main content

Form Filling (Multi-Form Orchestration) Workflow

This workflow fills out and submits multiple job application forms — a single-page form and a multi-page form — from one applicant profile, using AI Orchestration Mode to decompose the input into one independent agent task per form.

Note:
Form filling requires reliable, sustained tool use — discovering a form's fields, filling them, and submitting — independently for each orchestrated agent task. Smaller local models (≤ 27B parameters) have been observed failing at this: some report success without ever actually completing the form, others never issue a real tool call at all.
This workflow works reliably with larger LLMs (more than 27B parameters).

Form Filling Orchestration Workflow


Steps

  1. Provide Input: The Data Source node supplies the applicant's profile, an attached CV PDF, and the list of Form URLs to apply to (one single-page form, one multi-page form).
  2. Plan: The orchestrator's planning call decomposes the input into an independent agent task per Form URL.
  3. Fill Each Form: Each task runs its own agent call with the Form Interaction Tool, discovering and filling that form's fields independently — repeating page-by-page for the multi-page form, exactly as in the multi-page workflow.
  4. Display Result: The Data Flow Spy node shows the combined outcome across every form-filling task.