I am facing a problem in writing values to multiple data store. What I am trying

I am facing a problem in writing values to multiple data store. What I am trying to do is :
1)I have created an interface with 2 sections. Section 1 stores data in one CDT(emp1) and Section 2 stores data in another CDT(emp2).
2)I have created the process model and have included the ‘Write to multiple data store’ smart service.
The problem I am facing with this is the value under DATA->Output->Results->Storedvalues->targets, when I set the target variable and click on ‘OK’ and check the same node again, the value vanishes.
I need guidance to solve this issue.



processmodel.docx

OriginalPostID-219388

OriginalPostID-219388

  Discussion posts and replies are publicly visible

Parents
  • Hi,
    Do not save into DATA->Output->Results->Storedvalues->targets, instead save into "Custom Outputs". i.e DATA->Output->Custom Outputs > target.
    That time your expression should have "ac!StoredValues[1].data" and target should be your first cdt which passed into entity array. and followed by rest ac!StoredValues[2].data into 2nd cdt and so on.
Reply
  • Hi,
    Do not save into DATA->Output->Results->Storedvalues->targets, instead save into "Custom Outputs". i.e DATA->Output->Custom Outputs > target.
    That time your expression should have "ac!StoredValues[1].data" and target should be your first cdt which passed into entity array. and followed by rest ac!StoredValues[2].data into 2nd cdt and so on.
Children
No Data