Forum Discussion
You can split your current pipeline just before the rest get call and add the second part as a child pipeline, and instead of passing the client as an incoming field, pass it like a parameter. Add the parameter in the child pipeline just so you can check the capture checkbox. Than at the end you’ll receive the clients in the child pipelines.
But be ware, if you’re passing high number of emails, than you’ll have many child executions, and you cannot use the ‘reuse’ option.
- Pretty4 years agoNew Contributor III
I am calling all the Scheduled jobs via the rest get snap URL to capture all the details of pipeline…
Now we have already added the client name parameter to the parent pipeline and to the child pipeline, so how can we add it to the API?
- Pretty4 years agoNew Contributor III
Here I don’t have any other snap to spilt
just I am calling the URL in rest get
This URL will give the details of scheduled Job
here I need to add the client name parameter for particular user id - Pretty4 years agoNew Contributor III
this is result set of my url, which I am passing in rest get