> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# Query form data

> How to access formData as a job variable in Workflow Builder and query data stored in its containers.

Form data is passed into a workflow through a `formData` field, which is available as a job variable in Workflow Builder. Use the `query` task to access data stored in different containers within the `formData` object.

The `formData` object does not appear as a job variable option by default.

![](/_fern-img/445eab9775f96e2177dd5d27ff5cabb93b7c921277df3a1dc4a589f449edf38d.webp)

Add it manually using the **Edit** button to the right of the job options.

![](/_fern-img/7284499f6a686cfea36bc21eb98f0fdf9f39f098bd2ad8e84368bab1edd98f1d.webp)

Once added, `formData` is available as a job option in other tasks throughout the automation.

![](/_fern-img/7f08c4e7dcea6db33ed2c7bf1131ada6a561438d5ee58544a6fa5ce43f0c74f7.webp)