03-15-2019 01:28 PM
Is there a way to pass a pipeline parameter to a child pipeline which has a SOQL, and use that parameter in the SOQL?
I am trying to output a date field from a parent pipeline and pass it into the SOQL which is a part of the child pipeline?
Appreciate your help. Thanks!
03-18-2019 10:28 AM
It worked. I had new line characters in my SOQL which were giving me the error. I removed those and worked just fine! Thanks all for your help! I really appreciate it. 🙂