Good afternoon,
I'm currently trying to copy a Sharepoint list item from one list to another. The item is copied to a new Sharepoint list that is created automatically by the flow. However, I'm encountering a "400 - Invalid Request" error whenever I try to copy the data in a multiple choice colum. If I remove the request to copy that column, the HTTP request runs normally. Below is my current flow and the column definition for the problematic column. Any help is appreciated.
Here is the call to the HTTP request.
Here is an example of a request I am sending, with the body of the http request
And here is how the column is defined within the list (as shown by the request GET /sites/{site-id}/lists/{list-id}/columns)