I have a multiple choice question/answer that branches into other multiple choice answers. I have created arrays for each of the multiple choice answer but when I add more than one array into the create item textbox it gives me the error below. The first array works and runs fine but when I add the second array I get the following message.
Flow save failed with code 'OpenApiOperationParameterValidationFailed' and message 'Input parameter 'item' validation failed in workflow operation 'Create_item': The parameter with value '"@{variables('ComputerIT')}@{variables('BusinessArray')}"' in path 'item/Department' with type/format 'String' is not convertible to type/format 'Array'.'.