I have a repeating table inside a repeating section.
I want to merge the data in one field and promote it in SharePoint Library.
I am using qrules to merge the field and delimit using "|". My formula:
DelimitedList /xpath=/my:myFields/my:PersonsSection/my:PersonSection/my:Persons/my:Person/my:Name /space=delimiter
But I am getting below error:
"DelimitedList/xpath" does not point to a valid location path of a field or group.
I have attached my form field structure. In my form "PersonSection" is a repeating section and "Person" is a repeating table.
Please help me. What I am doing wrong in my formula?