I’m currently trying to build a filter into my Block where I:
- I populate the Select (UI Component) options with data from multipleRecordLinks Field cells on all the Records in the table
- Capture that option onChange.
- Use that option to filter for only the Records that contain that option in their multipleRecordLinks cell.
Is there a way to extract all of a Field’s related cell values through the Field class or do we have to get cell values through the Records class or Record hooks?