Your First ANDRON Workflow: Step-by-Step Tutorial

In this tutorial, you'll create a simple workflow that demonstrates ANDRON's core capabilities. We'll build a "Customer Feedback Processor" workflow that:

Tutorial Overview

In this tutorial, you'll create a simple workflow that demonstrates ANDRON's core capabilities. We'll build a "Customer Feedback Processor" workflow that:

  1. Receives customer feedback
  2. Analyzes sentiment using AI
  3. Sends a personalized follow-up email

Prerequisites

  • ANDRON account
  • Basic understanding of workflow concepts
  • 10-15 minutes of time

Step 1: Open Workflow Builder

  1. Click "Workflows" in the main navigation
  2. Select "Create New Workflow"
  3. Choose "Blank Workflow"

Step 2: Add Input Node

  1. Drag "Input" node from the action library
  2. Configure input fields:
    • customerName: Text input
    • feedbackText: Large text input

Step 3: Add AI Sentiment Analysis Node

  1. Drag "AI Analysis" node
  2. Connect from Input node
  3. Configure node:
    • Select "Sentiment Analysis" action
    • Map feedbackText as input
    • Choose AI model (Claude 3.5 Haiku recommended)

Step 4: Add Conditional Node

  1. Drag "Condition" node
  2. Connect from AI Sentiment node
  3. Configure conditions:
    • If sentiment is "Positive" → Happy path
    • If sentiment is "Negative" → Recovery path

Step 5: Create Email Nodes

Positive Feedback Path

  1. Drag "Email" node
  2. Connect to positive condition branch
  3. Configure email:
    • Subject: "Thank You for Your Feedback!"
    • Body: Personalized positive message

Negative Feedback Path

  1. Drag another "Email" node
  2. Connect to negative condition branch
  3. Configure email:
    • Subject: "We Want to Improve"
    • Body: Apologetic, request for more details

Step 6: Add Logging Node

  1. Drag "Log" node
  2. Connect to both email nodes
  3. Configure logging:
    • Log sentiment
    • Log email sent status

Step 7: Workflow Validation

  1. Click "Validate Workflow"
  2. Review any warnings or errors
  3. Make necessary adjustments

Step 8: Save Workflow

  1. Click "Save Workflow"
  2. Name your workflow: "Customer Feedback Processor"
  3. Choose initial version: "Draft"

Step 9: First Execution

  1. Click "Run Workflow"
  2. Provide sample input:
    • Customer Name: "Jane Doe"
    • Feedback Text: "Your service was amazing!"
  3. Monitor execution in real-time
  4. Review workflow history

Workflow Execution Diagram

[Input Node]
[AI Sentiment Node]
[Conditional Node]
 ↙         ↘
[Positive Email]  [Negative Email]
   ↓              ↓
[Logging Node]   [Logging Node]

Best Practices

  • Start with simple workflows
  • Use minimal nodes initially
  • Test thoroughly
  • Monitor credit consumption
  • Iterate and improve

Troubleshooting

Common Issues

  • Nodes not connecting? Check input/output types
  • Workflow won't save? Validate all configurations
  • Execution fails? Review node settings

Getting Help

  • In-app chat support
  • Community forums
  • Detailed documentation

Congratulations! You've created your first ANDRON workflow!

Last updated: 12/2/2025

    Andron - No-Code Workflow Automation & AI Integration Platform