Hi all,
Question: How do I create a Power App that adds a new row to a SharePoint list, where each column contains multiple images?
Context: I need a sort of inspection app, with ~50 questions. For each question, there needs to be a multiple choice question, a text box and the possibility to add either zero, one or multiple photo's. The multiple choice questions lead to a final score per inspection. The final deliverable is an overview of all inspections, and reports per inspection (e.g., in PDF).
Where I am now: I have played a bit in Power Apps, but until now I have nothing. My idea was roughly to build a Power App, connected to a SharePoint list (or multiple and combine them via lookup) and then automate the process of making a report in Power Automate. As I could have known from the Dunning-Kruger effect, I underestimated it. In particular for the part of how to be able to connect multiple images to multiple questions is hard, making 50 one-to-many lookups doesn't seem the best solution to me. Forum posts I found about the topic are quite old, or only handle the combinations of either multiple questions with one image or multiple images for one question (e.g., the template inspection app). So I'm already stuck at the beginning.
Help on how to connect multiple images to multiple questions is highly appreciated! (No code/low code answers are preferred). Other solutions meeting the deliverables are also welcome. Thank you for your help and for reading this far!