Greetings,
I have created an Azure Runbook that collects some data from our local datacenter and stores the result in an Azure Storage Account Blob. The file is currently JSON but can change it to whatever is best for PowerApps.
How do I use this Blob data as selection options in an Sharepoint Online Form? (PowerApps)
So far I connected the PowerApp to my Azure Storage Account. However when I try to reference the Blob file, I am getting a warning: "Expecting table data but got incompatiable Blob values"
DataCardValue: Items
AzureBlobStorage.GetFileContent("employeeTemplateOutput.json")
employeeTemplateOutput.json is the JSON Blob file inside the container.