I can able to generate multiple groups &can able to store multiple groups in DB, but multiple id's are not getting generated. How can I generate ID's that need to store in DB using MNI?
Discussion posts and replies are publicly visible
Pass in an array by reference and append the group ids within the sub process and then persist the group ids in the DB.
What do you mean with "multiple id's are not getting generated"?
You don't have to use MNI for this. Next, IDs generate automatically in the DB. You don't generate them before sending data into DB. Just provide your CDT,= and Write to DSE smart service will write your data, and will give you the IDs. Make sure you have kept the WTDSE's Input-> Save Into blank and Output -> Stored Values as the same CDT.