Skip to main content
November 10, 2021
Question

MNI

  • November 10, 2021
  • 11 replies
  • 0 views

I have dynamic editable grid , i use MNI to save the rows, however it saves all rows with the first row value.

11 replies

stewart.burchell
November 10, 2021

You don't need to use an MNI to save all of the rows that you're passing from the User Interface to the Process Model, unless you're conducting some "post processing" on the data. The Write to DataStore smart service can take an array of items directly.

omarj0001Author
November 10, 2021

can you explain more, I'm new to Appian.

thank you.

stewart.burchell
November 10, 2021

I assume yoiu are using the Write to Datastore node in your process model to write the data to the database? If so, this uses the relevant datastore entity - which will be a CDT - to write the data. If your user interface is passing the data out of the user interface in that same CDT format into a process variable that is also of the same CDT type (which will have to be an array) you can use that directly in the Write to Datastore node,