The Logic App encountered a run failure after the custom connector action was added.
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Severity
P1 - Critical (Blocking production)
### Describe the Bug with repro steps
Repro Steps:
1. Create custom connector and give required details in General, security and Definition section
3.Create a Logic App in the same subscription and same location as your custom connector or use existing logic app
4. Open designer. Add http request trigger.
5. Add new action, Filter Runtime with 'Custom'
6. Select Custom connector and see the newly added action. Create a connection
7. Verify all field can load successfully
8.Click on advanced parameter and select the value given in JSON above.
9. Input content, you can input anything for 'path' parameter, go to CodeView and come back to Designer - It should load properly.
10. Save and run the workflow
Expected Result:
Workflow run succeeds and RequestBin receives request
Actual Result:
Workflow run got failed
### 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
Issue repro in latest canary testpass
Version:2.0.20251217.2
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.