Table not loading the data source

The table component is not loading the data from this data source despite having results. There was no changes made to this app recently and this just started happening an hour ago and not limited to this component too.

@audreyanne96 when you have the components label in red like that, it will throw out an error tooltip if you hover over the component it will tell you the reason and it is probably referencing something that is renamed, or something that is not existing anymore.
As far as the table is concerned, would removing the data source from the table, running the query and then mapping the data source again help?

The table itself isn't in error, so there's no tooltip for me to understand the reason behind.

And yes, I've tried reloading the datasource and that did load the table initially. Then when I tested it on a new page load, the same thing happened. :confused:

Edit to clarify: components labeled in red are expected errors because they are depending on that table component that is empty.

Maybe trying regenerating the columns as well if they are not too heavily customized. Also does this also happen if you add new table component and try to map that query?

I've tried regenerating, still the same error. I tried mapping it to a new table component like you said, and the same thing happens. Also tried a different type of component mapped to the query and still nothing is loading in.

So I'm thinking the error might be in the query? :confused: This has been the most confusing bug I've encountered in retool. :frowning:

there was a dependency error. removing a default value with {{self.value}} seemed to have fixed it.

Its always those sneaky small ones that get you. Glad you got it sorted out!

1 Like