Hi all
Very new to Make and got a bit stuck.
I’ve created connections to both Tadabase and Microsoft 365 (Outlook) and have tested it to be working as I receive the email when using my own as the To recipient. However, when trying to use a field in Tadabase that contains multiple addresses as the To recipient, I’m getting error messages and no emails are sending.
This field in Tadabase populates the email addresses of certain users depending on the other fields in the form. It’s those users I need to be able to receive the emails. I tried to do this natively in Tadabase but encountered the same issue where if multiple addresses were in the field, it was only sending to one of them rather than all of them and thought I could make this work easier with Make but it doesn’t appear so.
If anybody has any advice on how to make this work, it would be much appreciated.
Thank you
Alex
Welcome to the Make community!
How does this “Assigned To” field’s value look like when there are multiple email addresses?
Please provide the output bundles of the trigger module by running the scenario (you can also get this without re-running your scenario from the History tab).
Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.
A. Upload as a Text File
Save each bundle contents in a plain text editor (without formatting) as a bundle.txt
file.
You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
-
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
-
Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved, and help you with mapping the raw property names from collections.
This will allow others to better assist you. Thanks!
— @samliew