How to combine to JSON To ONE?

hi everyone I have some issue with my automation I get data from Monday and then I tried to create a custom pdf file form this data the problem is when I tried to filter the data by category as you can see in the next picture I create two different Jason collection
image
each of them filter the data
image
after that i need to transfer the two collection to CraftMyPDF as json data
image
how can i combine the data or show the second json in the favorite to add to craftmypdf
ty for your help

What is the output of the two “Aggregate to JSON” modules?

Perhaps you can use a “Set Variable” module after module [30],

and then after module [37], use a “Get Variable” module.

This way you can join both outputs in the same route.

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!


this all the json data from monday some of it not relvent

if put json 30 and after data json 37 i cant se the module 11 in the favorite of module 37

i find a way use the advence setting of json Group by


and the use array aggregator to collect all to data in once

2 Likes