Problem Displaying Tables Using the Data Source, Single Row Option

I have been trying to create an application details page that is linked to a main or home page. I can create the pages just fine. The home page pulls in and displays the table just fine.

When I create a Details page, I add a Data source as a single row, local Baserow, and select the only table in the application, using ID as the Row Parameter.

On my details page, I can see the Data Source and can select the parameters I want to be displayed, but it’s not showing in Tables or Headers as I select the parameters.

Any thoughts on what I could be doing wrong?..as far as I’m aware, I’ve followed the explainer videos correctly.

Thanks
Mark

Hi,

On my details page, I can see the Data Source and can select the parameters I want to be displayed, but it’s not showing in Tables or Headers as I select the parameters.

Is this in preview mode or while you are building the application? By default, the parameter of the detail page is set to 1 if you used a numeric parameter (which you should do for row id’s) or to text if it is a text parameter.

You can change that parameter in the url while in preview mode or at the top of the application builder while developing. My suggestion is that you check which id’s occur in your table and you adjust the id in your detail page.

1 Like

Thank you, Federik. The issue was the numeric parameter number at the top of the page. In my table, the ID column was set at Count, not ID, which also confused me. I appreciate the help, especially over the weekend.

Mark