Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

How to Configure Write to Multiple Datastore Entity

Certified Senior Developer

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.

  Discussion posts and replies are publicly visible