Hi,
Looking for some assistance setting up a flow to make multiple SharePoint item rows from the one response dependant on the answer to one of the questions.
Flow is currently : when a new response is submitted > get response details > condition "has HR been notified?" set to no > if yes: send responder cancel email, if no: send email to HR/responder advising of response details then create item on SharePoint list with answers to questions > Parse JSON for attachments > apply to each : get file content using path > add attachment.
This form has an option for "No. of positions" so that they can do multiple entries on one form. I would like to set this up so that it creates separate items on the SharePoint list based on what value is entered in this field. At the moment it is creating 1 item even if the amount of positions required is more than one.
I understand that I could do a condition, e.g if no. of positions equals 2 then create item, however there are a lot of fields that I would have to repeatedly add in to the flow over and over and I would rather make it so that it will create item however many times is entered.
I am new to PowerAutomate and forms so please bare with me.
Thanks!