Hello Everyone,
I just want to start by saying that any help at all regarding this will be immensely appreciated; as I cannot find a solution.
So, I have a SharePoint list for my datasource and I am simply trying to pass it as an input table data type inside of my component.
Below is the setting for the "ListDataSource" input component property:

Below is how I pass the list into the component:

I am just going let this snippet have the default value (which should not affect the app):

I am attempting to pass a SharePoint List as a data source in a gallery inside of my component like this:

I am not sure if what I am attempting is even possible; because I was attempting to put the SharePoint list inside of a variable previous but found out that it is not permitted. But if this is possible what am I missing?