
I'm able to get and set all of the data I want to and the input on the HTTPS request is correct but the output doesn't show the updated array of values.
This is the Send HTTP request PATCH
and when I send you can see that the input is as intended but the output remains as the original list of values
Hi @rmac,
You could use the validateUpdateListItem method to update a choice field value (which allows multiple selections) of a single list item.
@tom_riha has written a nice blogpost about this approach:
https://tomriha.com/update-sharepoint-multiple-selection-choice-column-with-power-automate/
In your setup that would be something like below.
{
"formValues":[
{
"FieldName": "Asset_Checklist",
"FieldValue": "Test"
}
]
}