Hello All. I have a list collection that is pulling from a table, pretty simple. However, this table has IDs of data from other tables that I need to query and show in the list.
For example, the list has entry of a horse with ID 10001. I need to get the name of that horse. The name of the horses is in a separate table from this query. Is it possible to dynamically grab the name table data in the list's Title field? In other words, is it possible to pass parameters into a query?
Perhaps I'm doing this incorrectly and there is an easier way, if so please let me know.