Hello all,
I am trying to auto-update an Excel file from SharePoint Lists, so when an item is added, modified or deleted the Excel file would follow suit.
A couple of issues I am facing doing this.
1) I am using Filter Array and then Condition to identify if there is a new addition or any modification, however, even for any modification, Power Automate thinks it's a new addition and adds a row in Excel rather than updating any existing data, below is what I am using.

2) One of the fields in SharePoint Lists is a multiple choice, and the user can choose multiple options, I am using string function to get the data with no luck, below is what Power Automate is suggesting, but does not work.
string(triggerOutputs()?['body/DefectZone_x0028_s_x0029_'])
If anyone has any idea on how to fix this, I would appreciate any help.
TIA!