One To Many Relationship using EnumList base type Ref, not working?

Hi there,

I’m working on building a CRM/Project Management app Where a ‘Client’ (Business) may have multiple ‘Contacts’ (People) which they can click on to bring them to the referenced table (Contacts).

I see I can add the base type as ref and add the referenced table, however it isn’t creating a deep link to the Contacts table.

any idea why?

Or perhaps there is an alternative?

0 3 1,327
3 REPLIES 3

Try this:
In VALID_IF property:
2X_6_6f29246a2ecbd867791b2a48625ee0c4c56e86ba.png
Add:
= Contacts[ID]

(being [ID] the contacts key)

No luck, still does not reference back to Contacts in app.

2X_4_46013be2ca6bbefa17e4277e423bf98d7a2ce788.png

EnumList won’t get you what you want. You’ll need to Ref from the Contacts rows back to the appropriate Clients row; AppSheet itself will then automatically create and maintain a Related Contacts column in Contacts that lists each row’s contacts.

Top Labels in this Space