Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Locate the Form Data element under the Prompt PluginPrompts section of the palette.
  2. Drag and drop the element into the Drop a prompt to here area.

Configure form properties

...

To properly configure the Form Data, set the following field:

NameDescription
FormName of the form containing the file upload field.
Record IDThe specific record ID from the form that contains the data you want the AI to use.
ExplanationA clear explanation of what the AI agent should do with the form data.
Format

Choose how the form data should be structured before being passed to the AI.

MarkdownPresents the form data in a clean, readable format for humans. Good for display purposes or natural language-style responses.
JSONPresents the data in structured, machine-readable key-value pairs. Better for logical parsing, structured analysis, or conditional processing.