View Categories

Troubleshoot Output Fields And JSON Mapping

Target Field Is Missing From The Selector #

Save the form after adding the field, then reload the feed editor. Confirm you are editing a feed belonging to that form. Image target selectors intentionally show only File Upload fields.

Single Target Field Initially Hidden #

New feeds default to Single target field and should show the selector on first load. If an older browser tab was opened before the form or plugin changed, reload the page rather than toggling Output Mode to repair stale page state.

Invalid Or Missing JSON Property #

Confirm every mapping row has a unique Response name and a selected destination. Names are exact and case-sensitive. Make the User Prompt explicitly explain what each named value should contain.

For custom or older models without native structured-output support, the provider follows a prompt instruction to return JSON. Such a model can still add prose, omit a property, or return invalid JSON. Prefer a listed current model with structured-output support when reliability is important.

A Destination Was Not Written #

The plugin verifies all required mapped fields. Review the error and entry notes rather than assuming a partial result was accepted. Confirm the field still exists and can accept a string. If the form structure changed after the feed was saved, reopen and resave the mapping.

Generated Values Are Altered #

Generated output is sanitized before saving. HTML or control content can be removed or normalized according to the destination. Choose a suitable destination and request plain text when exact markup is not required.