I want to create multiple items in another list based on the user selection choice in the parent list. how to achieve this?
List 1 columns: title (single line of text), Reviewers (multiple choice checkbox values R1,R2,R3,etc)
List 2 columns: title (single line of text), list1title lookup, Reviewer(user/group), Comments(multiline text box)
based on the user choice selected in list1 those many items should be created in list2.