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.
The blank form
New Supplier Onboarding
→
The filled PDF
Gotham
NodesCredits60 per pageYou get
The workflow
Values come from two places: free-textinstructions on the node, and reference documents you upload to the workflow once, so every run fills from your standing data without retyping it.
reference_document_ids. The node reads the answers out of it.
Response
The run returns anedits 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. Readunmatched_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

