Hi everyone, I have a scenario where I am using a router that splits the workflow into 3 different paths. At the end of all paths I want to add a module that sends a confirmation email. right now I have 3 modules that send the same email. Is there a JOIN module so that I only need one email module at the end? Every help is very welcome. Best Bernhard
Look at “Router Magic Formula”, it explains how to use the Set/Get Variables module to do just that.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
Getting Started
- Help Centre | Tutorials – Make “Manual”
- Make Academy – Basics 101: Learn Make and get certified
Help Centre Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Aggregate an array for mapping complex fields
- Date Format: tokens for
parseDate
| tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI - How to setup and use OpenAI (ChatGPT) in Make
- How to use Regex in Make - How to use pattern matching to extract the text you want
- Webhooks – Make Academy – tutorial on how to use Webhooks
2 Likes
Thank you again for the detailed answer. Best Bernhard