Hello!
I have two SharePoint lists:
One checklist, containing about 50 dropdown fields, and the same amount of text fields tied to the dropdown field.
One deviations list.
Whenever an operator goes through the checklist, they select either "Good" or "Deviation" in the dropdown field, and describe the issue in its description field.
At the end of the checklist, they press "Finished".
When the user presses "Finished", I want a PowerAutomate flow to go through the newly added item in the Checklist, and create a new item in the Deviations list for each dropdown that was marked as "Deviation". This item should contain the description field connected with the dropdown.
I have set up a flow with a "When an item is created or modified" trigger, but I am a little stomped on how to move forward without setting up a condition on each and every single dropdown field.