Hello,
I am building a inspection/ survey app with combination of Boolean and add picture question. Questions change frequently so, it should be easy to handle in the app and I have decided to follow this video https://www.youtube.com/watch?v=7XXo9wjnJvc where questions are all stored in a list and that list is used via a gallery in power apps to answer them.
The issue I am facing is with the images, the plan is to take the uploaded picture and parse the content to get the Base64 content and then use Flow to upload the image to a SP Doc Lib and get the link back and save this link in the inspection answers field for the images.
Image2 --> Show captured/ uploaded image from Add Media control.
Label3 --> B64 encoded content of Image2 as Text
As seen in the attachment, when I upload Picture 1, Label3 (B64 encoded image content) is getting set as the same for all the image questions in the gallery even when Image2 is not the same as Image 1.
Is it possible to collect the values in Label3 separately for each image so I can save them in a collection and use ForAll to run the flow and upload them to sharepoint one by one?
Any help/ direction is very much appreciated or if I need to explain the problem better.