Hello, I am new to the community and still exploring make since last 2-3 weeks and found many amazing tools. I was stuck and needed some help from the community.
This is my pipeline so i am fetching some data and if it is of a certain type it goes into 2nd pipeline otherwise it jst goes into the first pipeline. so the output of both the pipelines are as I want them but now I wanted to replace the value of a JSON key from the 1st pipeline with the value of the 2nd pipeline this is where I am stuck router can be used to split the pipeline but how do we merge them once all the iteration has been completed?
Thank you