Forum Discussion
Hi @patan,
I’ve managed to make it run using the Pipeline Parameter but I had to make small modification in the expression library itself.
Expression Library →
compareandfetchfilter_new.expr (553 Bytes)
Next, in the child pipeline in the mapper snap swap lib.arrayLib.getorgId($)
with eval(JSON.parse(_expLib).getorgId($))
Child pipeline →
compare and get result from Expression Library_2023_01_03.slp (210.3 KB)
Let me know if this helps you.
BR,
Aleksandar.
- patan3 years agoNew Contributor III
@AleksandarAngelevski Thank you for your feedback. but this solution will not work as I have more than 1000 records to be compared. A ternary operator solution might not fit my scenario.
- Aleksandar_A3 years agoContributor III
@patan What you want to say is that the Comparator object will contain more documents than it has right now (2)?
- patan3 years agoNew Contributor III
The Comparator object will have more documents to be compared than it has now.