Only one output per workflow

What are you trying to achieve?

Hi all,
I want to update a template (Google Slides) with data coming from several Google sheets. The issue I´m facing is that the workflow runs but it gives as result plenty of Google Slides file. I only need one updated.

Steps taken so far

I connected all the google sheets with its respective array aggregators, and json modules, but I´m still not getting the desire result. I share my blueprint.
I hope someone can help me, many thanks!

Screenshots: scenario setup, module configuration, errors

blueprint (4).json (464 KB)

@Ceci_D_Ang, Firstly, I think there are some improvements to be made on the whole process :slight_smile: . The scenario is a big masterpiece.

That being said, there are some ‘search row’ modules that are not being aggregated and will iterate all next modules.

Example : if there’s more than 1 result found in ‘Home Persona’, you’ll get as many ‘Segments Cat’ and ‘Energy’ modules ran. Same for ‘Content format’. And if you also have there more than 1 result, there will be X times Y google slides created - x being number of results found in ‘home persona’, and Y being number of results found in ‘Content Format’. (I’m not even talking about lone search rows modules through whole scenario)

2 Likes

Thanks so much! now it works, I get only one export file :slight_smile: