Question
How to Configure Write to Multiple Datastore Entity
Hi All,
I want to use multiple data store entity node in my process model.
I am passing the input as below in the inputs tab of the node,
{
a!entityData(entity: cons!DSE1,
data: {pv!data1}),
a!entityData(entity:cons!DSE2,
data:{pv!data2})
}
But I need the outputs since I am passing that into sub process but I don't know how to save the outputs in pv!data1 & pv!data2 in outputs tab of the node.
could you please help me on this.
Thanks in Advance.
