Altan
HomeDiscordStatus
HomeDiscordStatus
  1. Flows
  • What is Altan?
  • Apps
    • Create Your First App
    • App Navigation & Settings
    • Building Tips
    • The Art of Prompting
    • Add Media to Your App
    • Publishing Your App
    • Rollback and Checkpoints
    • Instantly Resolve Errors
  • Flows
    • Create your first Flow
    • Automation basics
    • Adding modules
    • Types of modules
    • Passing data
    • Filters
    • Debugging
    • Retrigger events
    • Version History
    • Overwrite connection
    • Task credits
  • Databases
    • Introduction
    • Records
  • AI Agents
    • What is an AI Agent?
    • Create your first AI Agent
    • Tools
    • Interacting with Your AI Agent
  • Integration
    • Magic Link
    • Altan Integrator
    • Create your integration
  • Creators
    • What is Altan Creators?
    • How it works
  • Get Support
    • Support Options
  1. Flows

Create your first Flow

Altan makes it simple to build intelligent workflows that automate tasks and integrate multiple apps. Here's how to get started with your first flow.

šŸ”Ž Before You Begin#

Think about the problem you're trying to solve. For example:
You want to collect form submissions from your website and store them in a database or spreadsheet.
You want to automatically send email notifications based on specific triggers.
Break it down into these steps:
1
What apps do I want to use?
(e.g., a form app and a spreadsheet app)
2
What event will trigger my flow?
(e.g., a new submission in the form app).
3
What action will my flow perform?
(e.g., create a new row in a spreadsheet).
4
What data will move between these apps?
(e.g., contact name, email address, and submission details).
Now, let’s build the flow step by step.

šŸ“‚ Prepare Your Data#

1.
Set up your source: Create a form or input mechanism for your data and enter a sample submission (e.g., fictional names like "Bruce Wayne").
2.
Prepare your destination: Create a database, spreadsheet, or app where you’ll store or process your data. Label your columns or structure your fields to make mapping easy.

🚦 Step 1: Set Up Your Trigger#

Triggers are the entry point for your flow. They define the event that starts the automation.
1.
Select your trigger module: In the flow builder, choose a trigger module like Schedule, Webhook, or an integration app (e.g., a form app).
2.
Customize your trigger: Select the specific event to act as the trigger (e.g., ā€œNew form submissionā€).
3.
Test your trigger: Altan will pull in sample data from your trigger source to ensure it's configured correctly. You can verify this data in the module’s details view.

⚔ Step 2: Set Up Your Action#

Actions are the tasks your flow performs in response to the trigger.
1.
Select your action module: Choose from API integrations, built-in modules, or advanced modules like AI Agent or Code.
2.
Customize your action: Define the details of the action (e.g., which spreadsheet to update, or the API endpoint to call).
3.
Map your fields:
Use Altan’s $ variable selector to pick data from the trigger or previous modules.
Map the fields (e.g., ā€œNameā€ from the form submission goes into ā€œNameā€ in the spreadsheet).
Add static text or default values where necessary.

🧪 Step 3: Test Your Flow#

Testing ensures your flow is configured correctly before going live.
1.
Click the Test Flow button to run the flow with your sample data.
2.
Verify the result:
If using a spreadsheet, check that the test data created a new row.
If sending an email, ensure the email was sent to the correct recipient.
3.
Debug if necessary: If something doesn’t work, review your trigger, actions, or field mappings and test again.

🌐 Optional: Use Advanced Modules#

Altan’s Flow Builders provide advanced capabilities:
AI Agent: Automate tasks with intelligent decision-making.
Code: Add custom scripts for unique functionality.
Iterator and Aggregator: Process lists and merge results dynamically.
These modules make your flows smarter and more dynamic, helping you handle even the most complex scenarios.

🟢 Turn On Your Flow#

Once your flow is tested and ready:
1.
Click Activate Flow to turn it on.
2.
Monitor the execution of tasks in real time through the Execution Log.

šŸš€ Congratulations!#

Your first Altan flow is now live. It will run automatically, saving you time and effort. For advanced setups or troubleshooting, check the Debugging section in the documentation.
Modified atĀ 2025-02-15 22:52:55
Previous
Instantly Resolve Errors
Next
Automation basics
Built with