I/O Related query

Shweta

Active Member
Hi

Can anyone please help me in below query:

I have a situation, where I have a three collections in my object studio page, say Col1, Col2, Col3 and each holds some number value or 0.
Now, I want to pass this value of three collections in Process and there wants to perform decision making tasks.

So, can anyone please suggest how can I use the value from object studio in process?

Thanks!
 

harish17

Active Member
Hi swetha,
If that collection is present in action 1 object 1, there is end stage in action select add button under datatype give the collection you want in the process. Under name give the same name as collection.

Call this action1 in the process using action stage,
Go to output you will see the name you gave in the output of that action1, create the data item in the process.

Once this action is performed, you will get the collection in the process.
 
Top