Autocreate records in a form based on records entered in a different form

Autocreate records in a form based on records entered in a different form

Hello,

I currently have a form that captures attendance information based on user data entry.  However, the data format for that record (record A) needs to be transformed for it to be used in a report, so I need to autocreate a series of records based on the information in record A.  For example:
1.  Record A has the following fields:
     -  Date (3/25/18)
     -  Event type (Event A)
     - # of Adults  (50)
     - # of children (10)

I need to make a separate record for each permutation of event type / adult / children.  See below for the records:
1.  Record B
     - Date (3/25/18)
     - Event type (Event A)
     - Person Type (Adults)
     - Count (50)
2. Record C
     - Date (3/25/18)
     - Event type (Event A)
     - Person Type (Children)
     - Count (10)

Is there any way to automate the creation of the records in Zoho Creator?  I am assuming some kind of workflow rule can be used for this, but not sure if that is the way to go and what the syntax would look like.  Any help on this would be much appreciated!