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:
- Receives customer feedback
- Analyzes sentiment using AI
- Sends a personalized follow-up email
Prerequisites
- ANDRON account
- Basic understanding of workflow concepts
- 10-15 minutes of time
Step 1: Open Workflow Builder
- Click "Workflows" in the main navigation
- Select "Create New Workflow"
- Choose "Blank Workflow"
Step 2: Add Input Node
- Drag "Input" node from the action library
- Configure input fields:
customerName: Text inputfeedbackText: Large text input
Step 3: Add AI Sentiment Analysis Node
- Drag "AI Analysis" node
- Connect from Input node
- Configure node:
- Select "Sentiment Analysis" action
- Map
feedbackTextas input - Choose AI model (Claude 3.5 Haiku recommended)
Step 4: Add Conditional Node
- Drag "Condition" node
- Connect from AI Sentiment node
- Configure conditions:
- If sentiment is "Positive" → Happy path
- If sentiment is "Negative" → Recovery path
Step 5: Create Email Nodes
Positive Feedback Path
- Drag "Email" node
- Connect to positive condition branch
- Configure email:
- Subject: "Thank You for Your Feedback!"
- Body: Personalized positive message
Negative Feedback Path
- Drag another "Email" node
- Connect to negative condition branch
- Configure email:
- Subject: "We Want to Improve"
- Body: Apologetic, request for more details
Step 6: Add Logging Node
- Drag "Log" node
- Connect to both email nodes
- Configure logging:
- Log sentiment
- Log email sent status
Step 7: Workflow Validation
- Click "Validate Workflow"
- Review any warnings or errors
- Make necessary adjustments
Step 8: Save Workflow
- Click "Save Workflow"
- Name your workflow: "Customer Feedback Processor"
- Choose initial version: "Draft"
Step 9: First Execution
- Click "Run Workflow"
- Provide sample input:
- Customer Name: "Jane Doe"
- Feedback Text: "Your service was amazing!"
- Monitor execution in real-time
- 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
Related Tutorials
Congratulations! You've created your first ANDRON workflow!
Last updated: 12/2/2025