Missing previous aggregator

:bullseye: What is your goal?

I want to create 1 email from two different API calls, one for films and one for live shows, and list all the gigs in the next 7 days in an email.

:thinking: What is the problem & what have you tried?

The issue is that when I come to create my email, the first Aggregator for films, doesn’t display - see screenshot. Essentially the FlicksAggregator doesnt show up.

:clipboard: Error messages or input/output bundles

There are no error messages as such.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

This happens when the Aggregator has no input bundles. If the FlicksAggregator isn’t connected to a source that returns data, or the scenario hasn’t run successfully, it won’t appear in the email mapping. Run the scenario once with real data and confirm the source module outputs bundles.

1 Like

You need to change the source module of your LiveAggregator to the LiveIterator.

1 Like

Hey Ian,

once modules are inside an aggregation, they cannot be accessed outside of it. That aggregator will only be visible to the modules before the next aggregator. Are you sure the second aggregator’s source module is supposed to be the same as the first aggregator though?

1 Like

Hi all just to say I’ve been called away on family business but will get back to your kind answers soon!

Ian

1 Like

Hi Priscilla

Thanks for your reply.

I did run the scenario and there are no errors.

The issue is that the FlicksAggregator doesnt appear on my gmail module. But the Flicks aggregator has 12 bundles returned so that is working properly.

I might find the answer in other replies and I am just goign through them. But thanks for replying.

Ian

Ah thank you, well spotted. once i changed that i could get both aggregators in my gmail.

Thanks very much.

Ian

1 Like

yup that was the issue! Thanks Stoyan. appreciate it.

Ian

1 Like