Relative Content

Tag Archive for jolt

Adding elements to the array based on condition

I have 2 ids ultimateId and Id. If both id’s are there in input then I need to add ultimateId related object to the output list. If i have only id but not ultimateId then I have to add id related object to the output list.