Azure / Azure/LogicAppsUX

Invalid code is generated when using action "List rows" in Microsoft Dataverse connector

Open
#6,229 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

1. Open new version Logic Apps designer.
2. Add action "List rows" in Microsoft Dataverse connector.
3. You can see value of inputs.headers.organization property is @{encodeURIComponent(encodeURIComponent('https://xxx.crmx.dynamics.com')) for this action in code view.
4. Execute manual workflow run. You find result of action "List rows" is 502 BadGateway.
5. Change value of inputs.headers.organization property "https://xxx.crmx.dynamics.com".
6. Execute manual workflow run. You find result of action "List rows" is 200 correctly.

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

Consumption (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

```

### Screenshots or Videos

Workflow Code

![Image]()

502 BadGateway

![Image]()

200 after manual code modification

![Image]()

### Browser

Google 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.