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,334
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