Search K
Appearance
Appearance
Task configuration fields support a variety of input components to match different data requirements. Below is a reference for each input type, its purpose, and basic usage.
Scope: Available in Text, Textarea, Dictionary keys & values, SearchCondition values, List items, EditablePicklist, AdvancedForm inputs, and DateTime Variable Mode.
Usage: Type { {
to open the variable picker sourced from the JSON Viewer on the left.
Component: Single-line input.
Use Case: Enter simple strings or expressions (e.g., filenames, URLs).
Features:
Component: Boolean toggle.
Use Case: Enable/disable flags or binary options (e.g., true
/false
).
Features:
Component: Multi-line input.
Use Case: Enter longer text blocks, JSON snippets, or Markdown content.
Features:
Component: Dynamic list of key/value pairs.
Use Case: Capture objects or maps (e.g., HTTP headers, metadata fields).
Key Uniqueness: Each key must be unique; duplicate keys are not allowed.
Features:
options
are provided.Component: Condition builder with rows for each predicate.
Use Case: Define filters or query conditions in workflows.
Features:
Component: File picker control.
Use Case: Upload files or select from storage locations.
Storage Behavior: Uploaded files are stored on the MinuteView server; original source no longer required. Files can be retrieved and used later in the workflow.
Features:
accept
.Component: Dynamic list of single-line inputs.
Use Case: Collect arrays of values (e.g., tags, recipients).
Features:
Component: Static dropdown select.
Use Case: Choose one option from a predefined set.
Features:
options
as <option>
elements.-- Select --
default placeholder.Component: Custom picklist allowing free-text entries.
Use Case: Select from common options or enter custom values.
Features:
Component: Button to open an external code editor.
Use Case: Edit scripts or code snippets (e.g., PowerShell).
Features:
Component: Button to launch a modal with custom form layout for advanced configurations.
Use Case: Complex structured input requiring specialized controls, available only for nodes with very detailed configuration needs.
Features:
advancedForm
metadata.Component: Cron expression editor.
Use Case: Configure recurring schedules (e.g., 0 0 * * *
).
Features:
Component: Dual-mode date/time input.
Use Case: Capture timestamps either via picker or variable.
Features:
datetime-local
input with toggle.Component: Grid-style icon selection control.
Use Case: Choose an icon class for UI elements.
Features:
Use this reference to match each input component to your task’s data requirements when configuring nodes.