Hi,I'm new to appian. I created a simple employee onboarding form (1 wrapper interface contains 3 sub interfaces(personal details,address,bank).when i click submit all 3 tables in DB needs to be updated uing write to multi data store entity in interfaces itself(not using process models).the problem i'm facing is once employee details submitted then we get primary key(emp id) this needs to updated in other 2 tables(address,bank) parallelly. i dont know how to configure the on success parameter for doing this.
Discussion posts and replies are publicly visible
You'll need to create a process with 3 Write Record nodes and call it using startProcess instead of writeToMultiStoreEntity in the saveInto.
with process model it's working fine but i need a clarification like whether we can do that only through interface using writeToMultistoreEntity?
You cannot with flat CDTs and a multiple write. But it is possible to do with a nested CDT and a single writeToDataStore entity.
Appian is meant to develop process driven applications. It is not just a UI building framework.
https://appian.rocks/2022/12/05/make-software-conduct-the-process/
Yeah understood, just for a clarification. thanks a lot