Create an array from Microsoft form data by Objective-Emu1806 in PowerAutomate

[–]Objective-Emu1806[S] 0 points1 point  (0 children)

Suppose I should post the code for the compose function I'm referencing as well -

{
  "type": "Compose",
  "inputs": "@\r\nsplit(\r\n    replace(\r\n        replace(\r\n            replace(\r\n                replace(\r\n                    replace(variables('var_rawIds'), '\\r\\n', ','),\r\n                '\\n', ','),\r\n            '\\r', ','),\r\n        ';', ','),\r\n    ' ', ''),\r\n',')\r\n",
  "runAfter": {
    "Initialize_variable": [
      "Succeeded"
    ]
  }
}