Azure / Azure/LogicAppsUX

"anyOf" items for JSON array schema type not supported by Designer

Open
#5,570 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
111
Forks
109
Avg merge
1d 23h
Merged PRs (30d)
20

Description

### Describe the Bug with repro steps

[ManageObjects.zip]()

See attached XML schema and the generated dynamic input schema. Use the XML schema with the private preview for XML Compose (with schema) action.

Designer will generate input card with array by will not allow to pick from the choice of item possible schemas:

![image]()

The desired experience is that for each array item the designer allows choosing from the possible item schema provided by the JSON schema.

### What type of Logic App Is this happening in?

Standard (Portal)

### Which operating system are you using?

Windows

### Are you using new designer or old designer

New Designer

### Did you refer to the TSG before filing this issue? [https://aka.ms/lauxtsg]()

Yes

### Workflow JSON

```json
{
"type": "XmlCompose",
"inputs": {
"schema": {
"source": "LogicApp",
"name": "ManageObjects.xsd"
},
"content": ""
},
"runAfter": {}
}
```

### Screenshots or Videos

*No response*

### Browser

Chrome

### Additional context

*No response*

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.