Diaflow's Documentation
HomePricingIntegrations
Documentation
Documentation
  • 😎WELCOME TO DIAFLOW
    • Introduction to Generative AI
    • What can you build with Diaflow?
  • 💻USER ACCOUNT
    • Create your user account
    • Delete your user account
    • Log out and log in
    • Change "Personal" & "Workspace" settings
    • Reset user account password
  • 🚀Getting Started
    • Let's start with the basics
      • How a component works?
      • How a flow works?
      • Creating your first flow
    • Dashboard
      • Services
      • Create a flow from scratch
      • Create a flow from templates
      • View your flows
    • Terminology
  • 🌊Flows
    • Overview
    • Create a flow
    • Delete a flow
    • Manage a flow
    • Publish a flow
    • Unpublish a flow
    • Deployment
    • Component Reference
      • Trigger
        • When inputs are submitted (Apps)
        • Cronjob (Automation)
        • Webhook (Automation)
        • Microsoft Outlook (Automation)
      • Outputs (Apps)
        • Text Output
        • Chart Output
        • Video Output
        • Audio Output
        • Image Output
      • Built in tools
        • Branch
        • Merge (Multiple data source to JSON)
        • Split Data (JSON Formatter)
        • Video to audio
        • Get current date and time
        • Web scraper
        • Document to plain text
        • Retrieve data from spreadsheet (Spreadsheet analyzer)
        • Spreadsheet creator
        • Convert JSON to chart data
        • PDF to image
        • Get weather information
        • HTTP Request
        • Get GEO Location
        • SMTP
        • Loop
      • Built in resources
        • Diaflow Vision
        • Diaflow Vectors
        • Diaflow Drive
        • Diaflow Table
      • Apps
        • Hunter.io
        • Outlook Email
        • Telegram
        • Slack
        • Python
        • YouTube
        • SerpAPI
        • Google Sheet
          • Document-level Operations
          • Sheet-level Operations
          • Data-level Operations
      • Database
        • MySQL
        • Microsoft SQL
        • PostgreSQL
        • Snowflake
      • Private AI/LLM Models
        • OpenAI
          • GPT Variants
          • GPT Vision
          • DALL-E Variants
          • TTS Variants
          • Whisper
        • Anthropic
        • Llama
        • Google Gemini
        • Cohere
        • MistralAI
      • Public AI/LLM Models
        • OpenAI Cloud
        • Perplexity Cloud
        • Deepseek Cloud
        • Anthropic Cloud
        • Replicate
        • Straico
        • OpenRouter
        • Cohere Cloud
        • Google Gemini Cloud
        • MistralAI Cloud
        • ElevenLabs Cloud
      • AI Tools
  • ✒️PRODUCTIVITY TOOLS
    • Tables
    • Drive
    • Vectors
      • Document
      • Article
      • URLs
  • 🏠Workspace
    • History
    • Teams
    • Billing & Subscription
      • Upgrade/Downgrade a subscription
      • Buy credits
      • Credit Usage
      • Cancel a subscription
    • Settings
      • Personnal
      • Workspace
        • Change workspace
        • Workspace settings
        • Custom Domain
        • Delete workspace
      • Change Language
    • Documentation
    • Integrations
    • API keys
  • 📑Other
    • FAQs
    • Contact Information
Powered by GitBook
On this page
  • Description
  • Component settings
  • Use case

Was this helpful?

  1. Flows
  2. Component Reference
  3. Trigger

When inputs are submitted (Apps)

Add medias input like text, image, video and others into your flows (Just apply with Apps)

Last updated 1 month ago

Was this helpful?

Description

Here are the eight types of input components available:

  • Short text : The Short text Input component lets you enter a brief text such as a single word, a short description or a question.

  • Long text : The Long Text Input component is designed for entering extended text, like articles, book chapters or scripts.

  • Checkbox : The Checkbox Input component lets you enable or disable your flow using a switch.

  • Number : The Number Input component accepts numerical values, either integers or floats.

  • File Upload: The File Input component lets you upload various types of files, including images, videos, and audio files, for use in your flows.

  • Audio : The Audio Input component allows you to record audio from a microphone and provide it to components in your Flow. Click the "Start Recording" button to change the Audio Input UI to show the current recording status. To stop recording, click the red square Stop button, which updates the UI to allow audio playback.

  • Dropdown List : The List Input component allows you to create a list of items from which you can select one or multiple options within your workflow.

  • Time : The Time Input component lets you choose a specific date and time from a calendar.

Component settings

Short text / Long text / Number:

Parameter Name
Description

Input Label

Specify the title for your Input. For example, you can name your audio input "My Voice".

Variable Name

Define the variable for the input. Choose a relevant name as it will be used to identify the input in the components.

Description

Write the description of your Input.

Placeholder

Temporary value assigned to the variable to indicate that it will be replaced or modified later in the program. They can also serve as a reminder that a specific value or data needs to be inserted at a later point.

Default Value

It's the initial value assigned to it when it is declared or created.

Required

Decide if the Input variable must be declared before it is used.

Checkbox :

Parameter Name
Description

Input Label

Specify the title for your Input. For example, you can name your audio input "My Voice".

Variable Name

Define the variable for the input. Choose a relevant name as it will be used to identify the input in the components.

Description

Write the description of your Input.

Default Value

It's the initial value assigned to it when it is declared or created.

File Upload :

Parameter Name
Description

Input Label

Specify the title for your Input. For example, you can name your audio input "My Voice".

Variable Name

Define the variable for the input. Choose a relevant name as it will be used to identify the input in the components.

Description

Write the description of your Input.

Required

Decide if the Input variable must be declared before it is used.

Audio Record :

Parameter Name
Description

Input Label

Specify the title for your Input. For example, you can name your audio input "My Voice".

Variable Name

Define the variable for the input. Choose a relevant name as it will be used to identify the input in the components.

Description

Write the description of your Input.

Required

Decide if the Input variable must be declared before it is used.

Dropdown List :

Parameter Name
Description

Input Label

Specify the title for your Input. For example, you can name your audio input "My Voice".

Variable Name

Define the variable for the input. Choose a relevant name as it will be used to identify the input in the components.

Description

Write the description of your Input.

Style

There is two different styles available : a dropdown or a list.

Accept multiple select

Decide if you can select multiple items in the dropdown list.

Required

Decide if the Input variable must be declared before it is used.

Options

Set the value of the item in the dropdown list. You can add an option by clicking the + button.

Time :

Parameter Name
Description

Input Label

Specify the title for your Input. For example, you can name your audio input "My Voice".

Variable Name

Define the variable for the input. Choose a relevant name as it will be used to identify the input in the components.

Description

Write the description of your Input.

Date format

Decide the date format between five formats.

  • DD/MM/YYYY

  • MM/DD/YYYY

  • DD/MM/YY

  • MM/DD/YY

  • YYYY/MM/DD

Include time

Decide if you add the time to the date.

Time format

This option appears only if "Include Time" is turned on. You can choose whether the format is based on 24-hour or 12-hour time.

Timezone

Appears only if "include Time" is turned on. Timezone refer to a region of the Earth that has the same standard time. Timezones are defined by their offset from Greenwich Mean Time (GMT). The values vary between GMT -12 to GMT +12.

Required

Decide if the Input variable must be declared before it is used.

Use case

You can view all the various use cases with different inputs in the Examples section.

🌊