Skip to main content
faraza4154
April 4, 2023
Question

Values were not written in DB in Write to multiple data store entity

  • April 4, 2023
  • 3 replies
  • 0 views

Process Model ran successfully but Values were not written in DB in Write to multiple data store entity.

We have the values available in variable, what can be the cause?

3 replies

April 4, 2023

We can't say anything without having a look at the configurations you have done in WMDSE. Can you provide more details and add supporting screenshots to help us figure out the issue here?

faraza4154
April 4, 2023

It look something like this 

April 4, 2023

You are passing the entityData in wrong way. It should be like:

{
  a!entityData(entity: cons!ENTITY1, data: pv!data1),
  a!entityData(entity: cons!ENTITY2, data: pv!data2)
}

Also, please have a look at the documentation of WMDSE smart service.