Get list items (dynamic metadata)
Gets list items using dynamic metadata. Useful when complex types (Lookup, Person) return null in the standard endpoint.
SELECT * FROM get_list_items_dynamic
WITH (
ListId='14bdfd1d-1090-4cfe-adc1-XXXXXXXXXXXXXX'
)
--You can get ListId by selecting from 'list_lists' endpoint.