Item List Output Parser
Item List Output Parser
Section titled “Item List Output Parser”Parse a comma-separated list of items from the model output
What it does
Section titled “What it does”Instructs the model to return a comma-separated list (e.g. “foo, bar, baz”) and parses that output into a list of items.
When to use it
Section titled “When to use it”Connect this to AI agents when you need a simple list of items back from the model, rather than free-form text or a full JSON schema.
Inputs and settings
Section titled “Inputs and settings”| Setting | Notes |
|---|---|
| Format note (informational) | Informational only; not sent to the parser. Reminds you that the model is instructed to return a comma-separated list, e.g. “foo, bar, baz”. The comma-separated format itself is fixed by the underlying parser and cannot be changed. |
Outputs
Section titled “Outputs”Returns an output parser dependency that splits the model’s comma-separated response into a list of items.
Dependencies and credentials
Section titled “Dependencies and credentials”- No explicit credential or node dependency is declared in the node description.
Example workflow
Section titled “Example workflow”Connect Item List Output Parser to an AI agent’s output parser input, then run the agent. Its response is instructed to be a comma-separated list and is parsed into individual items for downstream nodes.
Troubleshooting
Section titled “Troubleshooting”- Check that required settings are present before running the node.
- If the node uses browser page data, run it on the target tab after the page has loaded.
- If it calls an external service, verify credentials, permissions, and rate limits.
- No dedicated source test was found next to this node; verify behavior manually when changing this page.