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.