My form has a question with 3 choices, along with the optional "Other" field, with the option to select multiple answers. I have a Power Automate workflow which puts the responses on to a List on our Sharepoint. When the other option is filled in, my form records the response, however, Sharepoint does not showcase any of the choices, no matter how many are selected. I believe it is due to using the multiselect option in conjunction with the "Other" option that my solution is not currently working. I am using the "Select" data operation to modify the JSON value of the response detail to map it to the current item, then using the output of that as the input of the "Create item" action concerning the field I want to be populated on the Sharepoint. My Sharepoint list column type is set as "choice" with the 3 choices having the exact same wording as the form, along with the option to enter manual values being enabled, and multiple options selection is also enabled. I want the selected options to be displayed like the neighboring column "Estimate Type".
Is there a fix for this? Thanks.