I have a weird situation where data is not being retrieved from data source properly
I have the following:
Button1:
Set(dynDataSource,Filter('DataSource1',ID=ID))
DisplayForm:
Datasource: dynDataSource
Item:first(dynDataSource)
When I look at the variable (table) it shows blank data. If i query the data from sql it shows the record as intended. I believe I have the same exact setup being used in other apps and can't quite figure out why data is not being returned. Am I missing something?