Question
Cognizant Technology Solutions India PVT Ltd
IN
Last activity: 29 Jul 2021 14:55 EDT
Passing Multiples in Activity
Hi All,
Can anyone please tell me, Is it possible to pass the Multiple Values to single parameter property in the Activity RUN Window.
For Example: I have 10 pzInsKey Values with me, I want to pass all the pzInsKey in the Activity RUN Window.
Is this Possible?
Thanks
Ganesh
@GaneshP
Hi Ganesh,
I think we cannot pass all 10 values at a time but instead of that you can write an activity to open the file(include all those pzinskeys in this file) and loop all the values in the file and pass these values as parameter to the parent activity if you want.