Hi everyone
I am working on an inspection app where we log spec numbers and do some QC checks and take between 2-5 photos that are each about 1.5 MB in size , I was really hoping to avoid using an Editform and would prefer to use a flow. Because I am needing good resolution I would be using the AddMediaWithImage instead of the camera control. I have watched a lot of different videos but they seem to be either using a form or sending one at a time. Even if I could be sent to a good article. Below is how I have formatted the collection, and yes I could have a better naming structure, but I am not sure how to present the data points and the images to Powerautomate.
Collect(colInspectI,{DisplayName:Self.Text & ".jpg",Id:Self.Text & ".jpg",Value:UploadedImage1.Image })
Any help would be appreciated
You can use following videos as reference:
https://www.youtube.com/watch?v=7UeRzfPo8RE - Share Young
https://www.youtube.com/watch?v=r3UC3TMXhlI - Reza Dorrani
Hope these help.
Cheers!
Hi @Corissandageri ,
You could use JSON action to convert the collection into a JSON string and send the JSON sting to the flow.
In flow, you could use the json function to parse the JSON string.
I think this link will help you a lot:
https://www.youtube.com/watch?v=coB688qd00c
Best Regards,
Bof
WarrenBelz
146,547
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional