Multichoice checkbox pass in to SharePoint via Power Automate

Hi

Probably a really simple question but, how can I get the values from multiple checkboxes in to SharePoint via Power Automate?

I've done this with MS Forms before by splitting the output and recursively adding the values to an array then using the array value as the SP choices field value in PA but I can't find a way to do it with the Plumsail checkbox output.

I.e. MS Forms Compose_value: replace(replace(replace(body('Form_is_submitted')?['what-goes-here!'],'","','|'), '["',''), '"]','')
Then: split(outputs('Compose_value'),'|')
Then: add the 'split' values to the array etc

I'm sure I'm missing something really basic here and would appreciate a kick in the right direction.

Alex

Hello @Zerowolf,

Welcome to Plumsail Community!

Please find the instruction on how to save multiple-choice fields to SharePoint in the documentation here.

Let us know if you have any questions.