I’m wanting to create a relationship between one page and another that contains repeating groups with different datas. I have a client that he manages to create a partner. Each customer can create multiple partners, and each partner can have multiple customers. The problem is: how can I show in my repeating group a list of partners for each client!? The partner creation page within the customer page is different from the page that shows this partner data
my customer database with partners field:
my partner database with customers field. there are other fields such as tax registration number and other related information within this partner database
my repeater group where I register a third party and show it in the form of a table:
an example of how do I show the client repeating group information
now the repeating group that is on another page where I would like to show each partner that each client registered. my page date type is partner type
how can i get this result? I appreciate any help