I have a flow that has 14 parallel conditions (Checking if the question has an answer or not) which correlate with 14 questions on a Microsoft form. Additionally each question has another question below which allows the user to add an attachment (picture). So in the flow I have done the same set up for each condition to add an attachment. However whenever the form is submitted only the first attachment will get added to it's item in the SharePoint list- all the others fail despite being set up the same way. I am clearly missing something here but not sure what. Any help appreciated and will answer any further questions if required to get a better understanding. Here are some images to help visualise it also:
This looks really good. You need to add a PARSE JSON action from the question that contains file uploads so your loop can loop through each attachment. The schema will be the json output for the file upload question. Add that above all your conditions.
If you ever rebuild this in a next version, also consider using SWITCH verses your conditions but certainly functional as-is.
------------------------------------------------
⭐ If this was helpful, please like and/or mark as a verified answer to help others find this too!
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.