Here is my requirement.
I have two repeating sections, both having few fields in it.
Both have a People column in it.
My requirement is:
When I make a entry in the first repeating section, the people column data should get copied to the people column of second repeating section
When I click add new row it should add a new row to the other repeating section too and of course the people data should get copied too when it is entered in the first section.
I tried using calculated field and using the formula as people field name, it copies the data but doesn't add a new row on second section
when I click Add new on the first repeating section.