How do you create multiple Writes to same CDT with one form and one interface?

Certified Associate Developer

Good day everyone, 

I am new to Appian and working on a project. I have a database with the following tables: Employees (1:M) Document Status (M:1) Training Document. I am trying to make a form that allows managers to assign each employee to multiple training documents at the same time. So, I have a form like below with a checklist of all training documents (fetched through an expression rule) 

When the form submits, I need the process model to write to the database multiple times to the document status CDT. For example, based on the picture above, there would need to be three entries to DB tracking status for each training document and employee. How should I set up the interface and/or process models. Any advice/suggestion would be greatly helpful! 

Best, 

Harsha Gurram

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    I used records to already set up the relationship between the variables. I am just trying to figure out how I can set up the interface so that I can have multiple records be created in the document status database when I pressed submit. (I am sorry if I didn't explain this correctly. I started learning Appian in the last few months and am trying to build a small project) Is there any specific resources or examples you can point to for reference?