LogoLogo
DialoX Manual
DialoX Manual
  • Start
    • News
    • Getting Started
    • Ordering
    • Signup
    • Switcher
  • STORE
    • Marketplace Apps
      • Level 1 - Basic
        • Callback Note Basic
        • On-call Router Basic
        • Smart Group Voicemail
        • Smart IVR Basic
        • SMS Call Deflector
        • Survey Basic
      • Level 2 - Advanced
        • Call Deflector
        • Callback Note
        • Order Assistant
        • Smart IVR
        • Survey
        • Website Chat
      • Level 3 - Professional
        • Callback Planner
        • Appointment Planner
    • Legacy Apps
      • Survey Extension
      • Smart IVR Basic
      • Smart IVR 2.0
      • Whatsapp Calldeflector 1.0
      • Whatsapp Calldeflector 2.0
      • Social Inbox 1.0
      • Social Inbox 2.0
      • Basic Group Voicemail
      • Group Voicemail
      • Oncall Assistant
      • Web App
      • Basic Callback Note
      • Callback Note
      • Callback Planner
      • Caller Based Router
    • Skills
      • Base flows
      • Platform defaults
      • Phone flows
      • Chat flows
      • Web flows
      • LLM Flows
      • LLM Knowledge base
      • Address Flows
      • Email flows
      • Timeplans
        • How to add a flow for lunch breaks
      • On-call schedule
      • Planner
      • OAuth Flows
      • Integrations
        • Zendesk
        • Jira
        • Hubspot
  • SETTINGS
    • User Settings
      • Availability settings
      • Profile settings
      • Security
    • App Settings
      • App identity
      • Opening hours
      • Tags
      • Studio
      • Extra options
      • Backups
  • Inbox
    • Inbox
      • Assigning
      • Joining and leaving
      • Sending messages
      • Canned responses
      • Team chat
      • Watching
      • Close
      • Filter conversations
      • Multiple inboxes
    • Contacts
    • Notes
    • Today
    • Notifications
      • Notification panel
      • Notification preferences
      • Rules for notification
      • Chrome and Windows settings
      • Microsoft Teams notifications
  • Studio
    • Home
      • Customer settings
        • Settings
        • Advanced settings
        • Store settings
      • Audit Log
      • Access Request
    • Dashboard
    • Flows
      • Playbook
      • Triggers
      • Variables
      • Conditions
      • Tags
      • Languages
      • Links
      • Nodes
        • Say
        • Ask: Open
        • Ask: Choice
        • Ask: Single
        • Ask: Date
        • Ask: Name
        • Ask: Phone
        • Ask: Email
        • Ask: Form
        • Ask: Language
        • Ask: Selection
        • Ask: Time
        • Ask: Audio
        • Ask: Number
        • Ask: Custom entity
        • Ask: Address
        • Ask: Zipcode
        • Iterate
        • Iterate: LLM
        • Say: LLM
        • Say: LLM Knowledgebase
        • Iterate: LLM Knowledgebase
        • Iterate: continue
        • Show: audio
        • Show: whatsapp link
        • Show: image
        • Show: video
        • Show: file
        • Show: location
        • Control flow: branch
        • Control flow: go to flow
        • Control flow: switch language
        • Control flow: close
        • Control flow: restart
        • Control flow: pause
        • Control flow: invoke dialog
        • Dial: number
        • Dial: smart
        • Send: note
        • Send: email
        • Send: SMS
        • Send: whatsapp
        • Escalate: default
        • Escalate: smart
        • Perform: create jira ticket
        • Perform: get jira ticket
        • Plan
    • AI
      • Intents
        • LLM Intents
        • Q&A Intents
      • Knowledge bases
      • Prompts
    • Channels
      • Chatwidget
      • Whatsapp
        • How to integrate Whatsapp
        • How to change my Whatsapp profile
        • How to manage Whatsapp templates
        • How to send Whatsapp template with documents
        • How to automate outbound Whatsapp
        • How to send Whatsapp template
        • How to use Commerce Catalog
        • Whatsapp for Business
      • MS Teams
        • How to migrate new Version
        • How to change channel connection
      • Facebook Messenger
      • Phone
      • Progressive Web App (PWA)
    • Content
      • Nudges
      • Whatsapp optout
      • Voice lexicon
      • FAQs
      • Calendars
    • Visitors
    • Calendars
    • Campaigns
    • Conversations
    • Notes
    • Contacts
  • ADMINISTRATION
    • Organisation
    • Bots
    • Licenses
    • Channels
    • Orders
    • Usage
    • Users
    • Access Requests
    • Analytics
  • DESKTOP
    • Enreach Contact Desktop
  • FAQ
    • Studio
      • How to Publish
      • How to make 2FA Required
      • How to add additional columns to contactlist
      • Conversation retention time
      • How to help the bot pronounce phone numbers correctly
      • How to help the bot pronounce loose numbers correctly
    • Flow Topics
      • Skipping step based on language tag
      • Switching language using intent trigger
    • Meta
      • How to get Meta Business Suite Verification
      • How to connect Facebook page to Facebook Business Account
    • 360Dialog
      • How to give permission API access
      • How do I change my profile in 360Dialog
      • How to make 360dialog templates
      • How do I terminate my number in 360Dialog
    • Bubblescript
      • How to add a custom button
      • How to change the email template
    • Operator
      • Where are my CDRs?
      • Onboarding required
    • Google Tag Manager
    • Platform
      • Network Security Policies
    • Make
Powered by GitBook
On this page
  • How to use?
  • Node properties
  • FAQs
  • Routes

Was this helpful?

Export as PDF
  1. Studio
  2. Flows
  3. Nodes

Iterate

To ask the user recurrently for their intent

PreviousAsk: ZipcodeNextIterate: LLM

Last updated 4 days ago

Was this helpful?

The iterate node is a special kind of ask. Where a normal ask continues the flow after a satisfied answer is given, the iterate will always return and ask the user again.

So in the following example, when the user answers "Choice A" to the question "What can I do for you?", the Smart App will answer "Choice A" and then return to the Iterate note to ask the user again.

Because of this returning behaviour, this node can be used as a menu to the different user intents this Smart App can perform.

Every time the user returns in the Iterate node the user will be asked again using a preconfigured "Repeat (1)" or "Repeat (2)" text. After the last one it will re-iterate the last question over and over again.

When providing only one text, or only two texts, it works the same way. It will simply re-iterate the last text you provided.

How to use?

  1. Create a new node on your canvas of type "Iterate" by right clicking your canvas and select Iterate (default)

  2. Provide at least one text by entering the question in the Question field, like: "What can I do for you today?

  3. Optionally provide repeat questions in Repeat (1) and (2) that will be used to ask the user after a turn

  4. Optionally add an __unknown__ dialog trigger to respond to the situation where none of the links match the user message

  5. Optionally add FAQs in the Iterate side panel

Node properties

Property
Description
Explanation

Question

The initial question

Repeat (1)

The text to use when asking the user a second time

optional

Repeat (2)

The text to use when asking user a third time. The system will keep on using this text for all following turns

optional

FAQs

Optionally FAQs can be added to the Iterate node so for simple question and answers there is no need for adding branches.

optional

Routes

Routes can be added to automatically route to a different flow when a certain intent is matched

optional

FAQs

Iterate nodes usually act as the "main menu" of your Smart App resulting in this node to become a "tree" with a lot of "leafs". The leafs are most of the time simple say nodes to provide an answer to a question (frequently asked questions, or FAQ in short). It is not uncommon that these types of FAQs take up a large part of the visual space of your flow, cluttering the canvas and make it difficult to maintain, consider the following situation:

To solve this issue the Iterate node can hold zero, one or more FAQ's. These FAQ's can then be maintained in the FAQs page in the Content Section. This removes a lot of complexity on your Flow canvas, enabling you to focus on what really matters. Like this:

The FAQs are now not visible anymore in the flow making the real functionality more visible. In this example, the fact that this Smart App can redirect towards one of the departments. The FAQs are now in the content section:

Defining the FAQs in the content section will not make the FAQs automatically available as triggers and answers in your Iterate node on your flow. You need to link the FAQs you want to support in your Iterate node in the side panel:

Routes

Iterate nodes not only support FAQs but now also include a "Routes" feature. Routes function similarly to FAQs but with a key difference - instead of providing immediate answers, Routes match user intents and redirect to different flows in your Smart App.

Understanding Routes

Iterate nodes often serve as the "main menu" of your Smart App. While FAQs handle simple question-answer interactions, Routes allow you to detect specific user intents and guide them to specialized flows that handle more complex scenarios.

For example, when a user says "I have problems with my router," a Route can match this to a "Support" intent and redirect them to a dedicated support flow where they can provide more details about their issue.

Benefits of Routes

Just like FAQs, Routes help declutter your canvas by moving complex branching logic out of the main flow. This simplifies maintenance and allows you to focus on the core structure of your application while managing specialized user journeys separately.

How to Use Routes

Routes can be maintained in the Routes page in the Content Section. Each Route connects a specific user intent with a destination flow. When the system detects that intent in user input, it automatically redirects to the corresponding flow.

By combining FAQs for simple answers and Routes for complex interactions, your Iterate nodes can efficiently handle a wide range of user needs while keeping your flow design clean and manageable.

Other than that, this node type works exactly the same as the .

ask: choice
Example conversation
Iterate side panel
Flow with many FAQs
Cleaned up flow
Faqs
FAQs linked to this Iterate node