Skip to main content
The Edit node is in alpha and appears in the palette once the feature is switched on for your organization. Ask us to enable it.
Every supplier sends their own onboarding form and every one of them wants the same six facts about your company. The Edit node reads the blank form, finds the gaps itself, writes your values into them and returns a filled PDF. You map nothing by hand.
The blank form
New Supplier Onboarding
The filled PDF
Gotham
NodesCredits60 per pageYou get

The workflow

Values come from two places: free-text instructions on the node, and reference documents you upload to the workflow once, so every run fills from your standing data without retyping it.
To fill from standing data instead of a string, upload a company profile once and pass reference_document_ids. The node reads the answers out of it.

Response

The run returns an edits entry per file. Each one lists every form field the node found on the page, with the label it read, the box it sits in, and the value written into it. unmatched_instructions is the list of things you asked for that had nowhere to go, and it is the first thing to read when a form comes back looking wrong.
state describes the field on the form you sent, so empty means the node found a blank waiting to be filled. confidence is 100 because the node wrote the value rather than reading it: it is not a claim about the form, and it is not comparable to an extraction confidence. download_url is a presigned link and it expires. Fetch the PDF when you read the run, or store it yourself.

When it goes wrong

A value you asked for is missing from the PDF. Read unmatched_instructions. An instruction with no matching field on the form lands there instead of being written somewhere arbitrary, which is the behaviour you want. The node found fewer fields than the form has. It detects fillable gaps from the parsed document, so a form that is a flat scan with printed rules gives it less to work with than a born-digital one. Parse the difficult ones on the agentic tier first. The link 404s an hour later. download_url is presigned and short-lived. Download it in the same pass that reads the run. You want the values, not the PDF. Then you want Extract. Edit is for handing a completed document back to someone.

Next steps

Edit

Reference documents, fonts and the output mode

Outputs

Every way a run gives you a file