Hi
I have created a select querry to retrieve a set of output from DB. I want to call a service for each of the returned output. How can I pass this?
Hi
I have created a select querry to retrieve a set of output from DB. I want to call a service for each of the returned output. How can I pass this?
Hi Rinu,
create a flow service with an input for the outcome of you query.
In this flow you can define a loop step and specify the input of the service as InputArray.
Inside the loop call your service which needs to be invoked for each entry from the query results.
Regards,
Holger