Hi,
I used the following formula to create a local collection but not actually download any data. I essentially only wanted the structure as this power app would be push data only.
ClearCollect(LocalCustomerFeedback,Filter('[dbo].[CustomerFeedBackForm]',CustomerFeedBackFormId = 0))
However when I dropped an EditForm onto the canvas and set the DataSource = LocalCustomerFeedback the fields did not populate as I would have expected.
Am I doing something wrong?
Thanks
J