Hello,
Hoping for some help. I’ve got 3 tables relevant in this case. Contacts, Stores, and Store Visits. I have an action on all stores (from the Stores table) that launches a Store Visit which pre-populates the store name from the Store Table. While executing the Store Visit users can select a contact from a drop down from the Contacts table. The contacts are populated fine through a ref to the Contact table in the Store Visits table but it shows all contacts. I’m trying to have it show only the contacts associated with that store. The contact table has a ref to the Stores table.