When using the SharePoint list 'update item', I only need to update 3 columns. However, the list item has numerous choice fields (that I don't want to change). However, in the 'update item' details, every single choice column is populated, which if run, will update all of those fields (It may be selecting a default value, or the first alpha value).
Other column values are blank, and I understand if I do nothing, they will not update. However, every choice column already has a value in the flow details for 'update item'. Is there a simpler way of ONLY updating the fields/columns we select as opposed to every column being visible?
I'm getting an API id from the list and calling an HTTP Request, and using some properties from the API call to update corresponding columns in the list.
Get Items > Apply to Each1 [ Get Item > HTTP Request > Parse JSON > Apply to Each2 [ Update Item ]]