Home > Mobile >  How to get JSON file content in PowerApps from Blob storage
How to get JSON file content in PowerApps from Blob storage

Time:12-22

I am working on a powerapp that takes a photo and predict the object in the photo. the prediction of this photo needs to be shown on the app. i made a flow where i want to parse the JSON since you cant do this in powerapps. See the current flow below. I need the content that is in the JSON but it wont give it to me. Anyone knows a other or alternative way to do this? If i can get the JSON content i will use it to put it in a collection.

test of flow

Thanks

CodePudding user response:

I initialized the variable and the content now gets send correctly trough the JSON parse. Now i want to send it back to powerapps. Getting the following error: current flow

CodePudding user response:

Add your file content to a string variable, and most likely you will have your JSON object in your string variable now :)

  • Related