Broken AS2 Decode body / outputs expression when exporting ARM template
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Describe the Bug with repro steps
Hello team,
There is an issue while exporting ARM template for logic app consumption linked to integration account - body and output expressions for AS2 Decode connector in ARM template are exported with invalid **body('AS2\_Decode')?['body']** path - attached screenshot with the example of such export.
For instance, I have following expression in logic app **body('AS2\_Decode')?['agreementName']** and it is exported as **body('AS2\_Decode')?['body']?['agreementName']** which is wrong path.
Would you be able to fix it?
Best regards,
Piotr Kalarus
### What type of Logic App Is this happening in?
Consumption (Portal)
### 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
![Image]()
### Browser
Chrome
### Additional context
*No response*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.