Display custom field in connected tables

I have two connected tables: the delegate table and delegation table, and they are connected that a delegation contains many delegate, one delegate only belones to one delegation.

For the delegation table, the display field is “delegation name”

Now I want to add two fields in the delegate table showing not only the “delegation name” but also the delegation ID (which is another field in the delegation table"

How can I do to achieve this?

Hi @HMUN_China

Welcome to the forum. :waving_hand:

This is a common request in Knack when you want to show additional fields from a connected record—in this case, showing both the Delegation Name (already used as the display field) and the Delegation ID from the connected Delegation object in the Delegate record.

The below resources will hopefully help.