Parent action can be dragged and dropped after it's dependent action.
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Severity
P4 - Low (Cosmetic/minor inconvenience)
### Describe the Bug with repro steps
1. Create a consumption logic app
2. Open designer
3. Add http request trigger
4. Add initialize variable action
5. Add condition action
6. Inside condition true and false branch- Add Compose action and HTTP action. For the HTTP body, use the outputs from the Compose action by selecting its dynamic token.
7. Compose action should not be able to drag and drop under HTTP action
**Expected:**Compose action should not be able to dragged and dropped under HTTP action.
**Actual:**Compose action can be dragged and dropped under the HTTP action. However, when attempting to save the workflow, we encounter a validation error. This issue occurs across all scope actions, including **Condition, For each, Scope, Switch, and Until**. Currently, this does not impact any functionality or behavior since the workflow cannot be saved, but it would be beneficial if this could be addressed and resolved.
### What type of Logic App Is this happening in?
Consumption (Portal)
### Are you experiencing a regression?
_No response_
### Which operating system are you using?
Windows
### Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
### Workflow JSON
```json
```
### Screenshots or Videos
### Environment
Edge
Canary Version: 2.0.20250715.1
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.