I need some help trying to take in DocumentDB information (JSON) and convert it into something that I can attach and reference to the provide Gallery controls. There is little to no documentation that exists for this connector (Azure DocumentDB).
I tried several methods, but I have been unsuccessful. It would seem that I need to get the documents from storage, then do a ClearCollect formula. Something like this:
ClearCollect(SampleData, AzureDocumentDB.GetDocuments("PowerAppsDB", "Items").Documents)
But, I do not think PowerApps can distinguish my data, I think it is expecting a flat data representation. Debugging and figuring this out is next ti IMPOSSIBLE and is leading down a path of just giving up. Any help would be greatly appreciated.

Report
All responses (
Answers (