MNI

Certified Senior Developer

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

  Discussion posts and replies are publicly visible

Parents Reply
  • If you want help on this you'll need to provide some detail about what "not working" actually means? Are you getting an error? If so, please provide the details.

    If not then it's likely you have a mismatch between the cardinality of the data in your user interface and the data in your process model. In your process model have you made your process variable (that you're storing the output from your interface)_ as 'multiple' (i.e. an array)? If you don't it will always take the first item from the array you're passing from the user interface. The same applies to the definition of the data item configured in your Write to Datastore node. This also needs to be defined as an array (a 'multiple')

Children