I created a custom field group (arp) and added a field, "menuArr". What I don't understand is why doesn't the schema editor show the new field group as a node under "_Irf" Also the path for menuArr shows as "_irf.menuArr" I would have expected the path to be "_irf.arp.menuArr" The right rail does say it's assigned to the "arp" Field Group.
Thanks
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
How did you create the new field group? Was this via the API or UI?
Can you show the new field group you created?
Views
Replies
Total Likes
It was by the UI.
Views
Replies
Total Likes
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,
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!
Thank you again! That is very helpful! Much appreciated.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies