I have added a pen input to a Powerapp. I added a Flow to save the image to a SP library. I wanted to return the filename and ID to the App so I could then Patch the ID back to the SP list that holds the remainder of the data. When I look at the return in Flow, I see the ID as a number, which is the correct number, but it is listed as a string data type. But in the app I get an error "This data is unsupported . . ." and it is being returned as blob data The screen shot shows the different values - the top is the app, the bottom is the flow - the file NAMES are the same, but not the IDs.
Do I need to change the data in the flow to end up with the ID number? I tried using the Int() function, but Flow still reported it as sting data and the app still received blob data.
