I have a simple connection set up as a learning exercise. Everything works except for one thing. I am using a table view, and I want to list the three specific columns to display, with headers defined, but only the headers appear. I've tried everything I can think of, but the only way I see all three columns is with the "include all provider fields" checked, but I can't seem to find a way to customize the column headers using that option. Thanks in advance!
Here is the read data function:

Here is the view (I have tried with "include form?" on and off. No difference in the results.

I see the data in the debugger:

However, the table view shows values in only the first column:

If I check the "include all the provider fields" option, all three columns of data appear, but I can't customize the headers (the data shown is as expected with my test table):
Here is the read data function:
Here is the view (I have tried with "include form?" on and off. No difference in the results.
I see the data in the debugger:
However, the table view shows values in only the first column:
If I check the "include all the provider fields" option, all three columns of data appear, but I can't customize the headers (the data shown is as expected with my test table):