AI Extract (Structured)
Extract structured fields from text with an LLM and store them as a JSON object (use {{{var[field]}}} to read each one).
Overview
AI Extract (Structured) is a no-code automation step in the AI category of AutoFlowRPA. It performs its action in a single step when the workflow reaches it. You can configure 7 parameter(s) to control exactly how it behaves. It is one of 369 commands you can drag into a workflow in the visual builder — no scripting required.
What it does
Extract structured fields from text with an LLM and store them as a JSON object (use {{{var[field]}}} to read each one).
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| API base URL | string | Required | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). Supports variables |
| API key (blank for local) | string | Optional | Bearer token for cloud providers. Supports variables | |
| Model | string | Required | llama3 | Example: llama3 Supports variables |
| Source text | multiline | Required | Example: {{{emailBody}}} Supports variables | |
| Fields to extract | multiline | Required | One field per line, as 'name: description'. The model returns a JSON object with these keys. Example: name: the person's full name
email: their email address
amount: the invoice total as a number Supports variables | |
| Timeout (seconds) | number | Optional | 180 | |
| Store object in | variable | Required | Example: extracted |
How to use AI Extract (Structured)
- 1
Open AutoFlowRPA and drag the AI Extract (Structured) command from the AI group onto the canvas.
- 2
Set its parameters in the side panel — AI Extract (Structured) has 7 configurable field(s).
- 3
Connect it into your workflow and press Run. Everything executes locally on your machine.
Frequently asked questions
What does the AI Extract (Structured) command do?
Extract structured fields from text with an LLM and store them as a JSON object (use {{{var[field]}}} to read each one).
Which group does the AI Extract (Structured) command belong to?
AI Extract (Structured) is part of the AI group. AutoFlowRPA ships with 369+ ready-made commands you can combine without code.
Does the AI Extract (Structured) command take any parameters?
Yes — AI Extract (Structured) has 7 configurable field(s), all editable in the visual node editor.
More AI commands
Ready to automate your busywork?
Start your free 30-day trial today. No credit card, no commitment.