On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Nested iw_iterate only processes 1st item

I have a fairly simple DCT that has a replicant field with an "or" container. Each "or" container has several items to be filled out. The DCT generates a nested DCR for each form element. But when I parse it using the iw_iterate it only parses the first or container in the list. I need it to loop through the outer element then for each of those loop in the inner element and perform the iw_ifcase based on the inner element value. I've posted both the DCT and the TPL as well as the DCR and resultant generated XML file. Any help would be appreciated.