Hi @michaeljo13 ,
This is working as designed as the name of the field group is not added to the paths of the fields grouped under it. If there is a hierarchy that you'd want to see in the field paths in a field group you'd have the create that hierarchy using Object data type while creating the fields for your field group.
So, for creating field path as "_irf.arp.menuArr" within a field group name "arp" you'd need to follow below steps,
- Create a custom field group named "arp"
- Add a field to this field group with below settings,
- After this step you should see field "_irf.arp" appearing in your schema. Click on + sign next to this field to add another custom field with below settings,
- Name: menuArr
- Type: String //or any other type of your choice
Once you complete these steps you should see the path hierarchy "_irf.arp.menuArr" that you are expecting. You can follow Add fields to a field group documentation for better understanding this process.
Cheers!