Learn how to configure and use Input steps in your workflows.
inputStep
is the input step’s key and fieldKey
is the field’s key. For fields with multiple values enabled, the value will be an array.
For group fields, access nested fields using dot notation:
:images
suffix:content
suffix{{}}
syntax:
:images
- Passes extracted images to the LLM (requires “Extract Images” enabled):content
- Passes extracted text to the LLM (requires “Extract Contents” enabled):file
- Passes raw files directly (primarily for Google models handling video/audio):file
suffix works primarily with Google models that support video or audio input.