None of the tutorials cover this use case. I was able to get it going, so I'll describe my solution here. I hope it helps someone.First, using the data model editor, create a form data model “get” service. In this example, I fetch the entire contents of a table and return it as an array. The tab...