Extract text from 3 separate bundles, each nested in 3 operations

I want to extract 3 attachments from an email and pass them into pdf.co for text extraction and combine them again into one long string.

problem is i am not able to combine values from 3 bundles nested in 3 different operations using the array aggregator.

Also tried text extractor but to no avail. Is there something i should be seting?

  1. You should be using a Text Aggregator instead of an Array Aggregator.

  2. The “Source Module” of the aggregator needs to point to where the bundles are coming from, in your case it should be the ITERATOR.

For more information, see

Links

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 —

General

Help Center Basics

2 Likes

Hi again @samliew!
Tested what you mentioned.
It’s still getting the values as 3 operations.
Need to get a combined text as 1 operation / bundle
Thanks for your help.


Oh, you are already iterating attachments, so you can delete the Iterator module.

4 Likes

ah… thanks!
of course… “Gmail Iterate Attachments” :sweat_smile:

2 Likes