Get File Content behavior is different in new designer
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Describe the Bug with repro steps
The new Logic App designer saves to code body('Get\_file\_content') differently, which at run-time, causes it to behave incorrectly.
Steps to reproduce:
1) Add a "Get file content" action from an Azure File Storage to a Logic App.
2) Add a call to another Logic App passing the File Contents of the action from step 1 using the property from the Designer.
3) Run the Logic App.
In My Case the file was an XML document.
In the new Designer you will get JSON of the file's octet:
{
"$content-type": "application/octet-stream",
"$content": "PFdNV1J…"
},
In the Legacy Designer you will get the actual content of the file:
")
Yes
### Workflow JSON
*No response*
### Screenshots or Videos
*No response*
### Browser
Microsoft Edge for Business
Version 128.0.2739.79 (Official build) (64-bit)
### Additional context
*No response*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.