Process Model Array of CDT save

So I have an interface that is saving two array of CDTs the idea I was having is that it would store each iteration of the array into its own respective row for the array example: {[uuid:1, fkuuid: ab32, date: today], [uuid:2, fkuuid: cd43, date: tomorrow]}. In the database there would be a row for UUID 1 and a row for UUID 2 but when I execute the write to data store entry I only get uuid 1. To push this even further I am doing this two times for separate tables and its only putting 1 entry into 1 table. 

If there is any more information that is needed let me know! 

Any Ideas on how to get it to save all the information in the array of cdt to each of its separate rows?

  Discussion posts and replies are publicly visible

Parents Reply Children