UX/UI Improvement: Real-time Field Validation and Smart Error Hints

Currently, when a node has a configuration error (e.g., an invalid Actor ID or a missing required field), the user gets cryptic “Bad Request” errors or hidden “Workflow issues” alerts. This creates a massive barrier for new users.

Suggested Solution:
Implement real-time field validation similar to smartphone keyboard corrections:

  1. Visual Cues: Highlight the specific field causing the error in red inside the node configuration.
  2. Smart Suggestions: If an Actor ID is incorrect, provide a hint or a search/lookup directly in the field.
  3. Proactive Linter: Check for common syntax errors (like missing slashes/tildes or incorrect JSON keys) before execution.
1 Like