I'm searching for how to Update Item (SharePoint list) in Power Automate with a multi-select value as one of the required fields that I don't want to change. I've tried using every option in dynamic content, but it either throws an error or wipes out the values and leaves the field blank. Here is my flow:





I use initialize variable to get my multi-choice values into a form I can use in a summary email that gets sent back to the employee (Outputs from Compose 3). After it goes through an approval process, I want the Status updated on the SharePoint list, so I'm using Update Item. Since all required fields must have content, I'm trying to set it up with the same values so it doesn't change the content of any other field except the Status, but if I use Outputs again, it wipes out the content from the Incident Type field.
I've also tried just using the Incident Type Value from the "When an Item is Created" and "Get Items" dynamic content, but it wants to put me into an Apply to All loop, which I want to avoid.
Any solutions?
Thank you!