Azure / Azure/logicapps

Item Number added to the Body of the Json code

Open
#1,383 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
ABAP
Stars
424
Forks
320
Avg merge
14h 41m
Merged PRs (30d)
1

Description

### Describe the Bug with repro steps

I am using the D365FO Update a record action. I need to enter the following: Instance*, Entity name*, Object Id, Item number\*. I am not trying to update the ItemId. Why is it added to the body. I am getting update forbidden.

```json
{
"type": "ApiConnection",
"inputs": {
"host": {
"connection": {
"referenceName": "dynamicsax"
}
},
"method": "patch",
"body": {
"ItemId": "@item()?['ItemId']"
},
"path": "/datasets/@{encodeURIComponent(encodeURIComponent('mxl-test.sandbox.operations.dynamics.com'))}/tables/@{encodeURIComponent(encodeURIComponent('ADW InventTables'))}/items/@{encodeURIComponent(encodeURIComponent(item()?['DW DataAreaId'],',',item()?['DW RecId']))}"
}
}
```

### 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

*No response*

### Screenshots or Videos

*No response*

### Browser

Edge

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