Integromat
  • Back to website
Articles in this section
  • Replacing Legacy Modules with New Modules
  • Upgrading Gmail and Email App Versions Using Integromat DevTool
  • App lifecycle
  • Replacing Google Sheets legacy Modules with New Modules
  • How to get Text Parser to produce an output value.
  • Converger
  • Types of modules
  • Iterator
  • Aggregator
  • Module settings
See more
  1. Integromat Support
  2. Using Integromat
  3. Modules

Converger

Michal Máša Michal Máša Updated April 16, 2021 03:11
Status: PLANNED - see the Workarounds section below.

Converger is a counterpart of the Router module. It enables you to merge several routes into one:

Usage

In some cases, the routes after the Router module might contain completely identical sequences of modules - a common sequence:

In this case, you could use the Converger module to merge the two (or more) routes into one and connect the common sequence after it:

Workarounds

Until the Converger module is released, you may use one of the following workarounds to avoid the duplication of the common sequence.

Data store

  1. Add an extra filter-free route to the Router to connect the common sequence (the one you would put after the Converger module).
  2. Add Data store > Add/replace a record modules at the end of each Router's route (except the new extra route) to store the data outputted by the modules on the route that should be passed to the common sequence. The Data store would contain just one record, the record's key can be e.g. "MyKey".
  3. Add Data store > Get a record module at the beginning of the common sequence to obtain the previously stored data.

JSON

If you wish to avoid the use of the Data store you can:

  1. Instead of the Data store > Get a record module use JSON > Create JSON module followed by Tools > Set variable to store the resulting JSON in a variable (e.g. "MyBundle").
  2. Instead of the Data store > Get a record module use Tools > Get variable to obtain the previously stored variable followed by JSON > Parse JSON.

Please note that if no route is executed, the JSON > Parse JSON will throw the following error:

mceclip1.png

To avoid this, you may employ the ifempty() function as show below:

mceclip2.png

A variable

If it is just a single value that you need to pass to the common sequence (e.g. ID), you can employ only the Tools > Set variable and Get variable modules.

A separate new scenario

You may also place the common sequence to a separate new scenario and then:

  1. Employ HTTP > Make a request module at the end of each route to pass the data to the new scenario.
  2. Employ Webhooks > Custom webhook module at the beginning of the new scenario to receive the data.
Was this article helpful?
156 out of 188 found this helpful
Menu
  • Features
  • Apps & Services
  • Templates
  • Pricing
  • What's new
  • Use cases
  • Feature requests
Information
  • Privacy
  • Terms
  • FAQ
  • Help & Tutorials
  • Community
  • Academy
  • Find a partner
  • Blog
Cooperation
  • Developer platform
  • Affiliate Program
  • Become a partner
  • Schools and Universities
Company
  • About the company
  • We are hiring
  • Contact
Follow us
© 2021 Integromat by Celonis. All rights reserved. Integromat® is a registered trademark.
  • English