11-16-2021 11:22 PM
I have called the Client name parameter in the existing pipeline ,That you can see the snap shoot
Currently, the main agenda is
As I call the URL in the rest get snap I receive the username and in the same way I must receive the client name in the result set of that URL.
Here is the URL
When we pass the Client parameter in the URL, the name of the client should be added to the JSON result set, as shown below in screenshot like User id
Could you please help me to find the client name of a particular user ID I have
11-16-2021 11:38 PM
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.
11-17-2021 12:04 AM
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?
11-17-2021 12:11 AM
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
11-17-2021 12:17 AM
this is result set of my url, which I am passing in rest get