Aggregate sections after router?

This is an image of the scenario, I am writing content posts. This image shows the identification of the input brief, and then it goes through the iterator to break into bundles (each section marked by an H2 header). This works well.

Then, it goes section by section, writing the content. This also works well.

I have a filter, where randomly 33% of the time, it heads over to an “editor” that breaks up the text, adding in “pro tips” and also tables. This - … does not work so well.

I seem to be able to grab the content and aggregate it with the tips inside, but not the table it creates. I checked the output of the LLM app you can see, off on its own - and it does create the table in output. It also adds in “pro tips” - which are not added anywhere else, so it is “partially” working? It is missing the created table - I get the section text, it creates FAQ, then adds variable and adds that into finished doc. It works 90% of the way I want it to - but the tables are not being added in.

image
image

Both “get variable” apps are names the same but I cannot link to the app after the router.

image

This is the only hiccup I have - but would be nice to have it here and solved out, if possible.

Thank you, Maestros of Make! :slight_smile:

Check two things:

  • Actually run the scenario live and see how the paths proceed at the router. Is it running in the desired order?
  • See if after your aggregator, does the scenario still run through the modules after the aggragator? If it does is it an issue?