Wexa AI
  1. AI Coworker Creation
Wexa AI
  • Wexa AI
  • Use Cases and Workflows
  • API Reference
  • Troubleshooting Guide
  • Onboarding
    • Getting Started with Wexa
    • Hire your AI Coworker
  • AI Coworker Creation
    • Create your First AI Coworker
    • Process Flows
    • Creating your First Agent
    • Schedule a Process Flow
    • Executing a Process Flow
    • Settings - Input Form
    • History
  • Tables
    • Intro to Tables
    • Adding records to Tables
    • Table Triggers
  • Knowledge Base
    • Intro to Knowledge Base
  • Connectors and MCP Servers
    • Adding a New Connector
    • Adding an MCP Server
    • Setting up Connectors Triggers
  • API Endpoints
    • Project
      • create project
      • Get all projects
      • Get project
      • update project
      • Delete project
    • Agentflows
      • create agentflow
      • get agentflows
      • Get agentflow by projectId and UserId
      • get agentflow by id
      • Add skilled agent to agentflow
      • Update skilled agent
    • Connectors
      • get connectors by projectid
      • get connector by Id
      • Delete a connector
      • connector update status
      • get all available trigger actions
    • Skills
      • create skill
      • get skills
      • get skills by category'
      • get skills by id
      • skills by name
    • Executeflow
      • create executeflow
      • get executions
      • execute agentflow
      • pause executeflow
      • resume execution
      • cancel executeflow
      • get execution by execution id
      • get execution details for monitoring
    • Customer
      • get customer
      • Get credit history
    • Actions
      • create action
      • get action
    • Files
      • Connectors and MCP Servers
      • upload files
      • get files by fileid
      • get connector by fileid
      • get files by connector_id
    • Inbox
      • get inbox
    • Tags
      • tags
    • Tasks
      • get tasks
      • get task by id
      • Pause running task
      • resume task
      • Stop task
    • Tables
      • create table
      • create database
      • get tables
      • get records list
      • get table names
      • delete record
      • delete a column
    • Dashboard
      • get dashboard
      • refresh dashboard
      • delete component in dashboard
    • Settings
      • get settings
    • Marketplace
      • get all connectors
      • get marketplace coworkers
      • get marketplace coworker by id
    • Coworker schedules
      • get schedules
      • create coworker schedule
      • get schedule coworker by its id
      • update schedule by its id
      • delete schedule by its id
    • Analytics
      • Get analytics
    • Marketplace coworkers
      • hire a coworker
      • check marketplace coworker update
    • Project member
      • project_member
    • Available Connectors
      • Actions
  1. AI Coworker Creation

Settings - Input Form

1. Access Process Flow Settings#

Navigate to the Process Flow section via the sidebar in Wexa.
Click the three dots (⋯) next to the desired process flow.
Select Settings from the dropdown menu.

2. Configure Input Forms#

1.
Go to Goal Settings:
In the settings panel, switch to the Goal Settings tab.
Locate the Input Form section and click Add Input Form.
2.
Add Input Fields:
Select from available input types:
Short Text
Table
Date and Time
File Upload
Long Text
Number
One Option (Dropdown)
List of Texts
Example Setup:
Short Text:
Name: "Campaign Name"
Description: Add a brief explanation (e.g., "Enter campaign name").
Unique ID: Assign a unique key (e.g., campaign_name).
Optional: Mark as Advanced to hide under a collapsible section.
Table:
Name: "Persona"
Description: "Provide persona details."
Unique ID: persona
Select columns (e.g., "First Name") from the dropdown.
One Option (Dropdown):
Name: "Select Option"
Description: "Choose an option."
Unique ID: s_no
Customize dropdown values if needed (e.g., "Option 1", "Option 2").
3.
Save Input Fields:
Click Save and Next after configuring all fields.

3. Set Up the Goal Template#

In the Template Editor, reference input values using Unique IDs enclosed in double curly braces
Example Template:
Campaign Name: {{campaign_name}}
Persona Details: {{persona}}
Selected Option: {{s_no}}
Critical: Ensure Unique IDs in the template exactly match those set in the input form.

4. Finalize and Test the Form#

1.
Save the Form:
Click Save and Finish to complete the setup.
2.
Test the Input Form:
Run the process flow by clicking the Run button.
The input form will display all configured fields.
3.
Field Customization:
Optional/Required: Toggle field requirements during input field creation.
Advanced Fields: Marked fields collapse under an "Advanced" section for cleaner forms.
Modified at 2025-05-16 06:04:30
Previous
Executing a Process Flow
Next
History