Automatically changing special characters resulting in incorrect HTML format.
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Describe the Bug with repro steps
I am sending an html table in an emails which has links in it. In order to get it to render correctly I have the following formula:
replace(replace(replace(body('Create\_HTML\_table'),'<','<'),'"','\"'),'>','>')
But I have found that if I update anything in the body of the email other than the table, it changes the formula automatically to:
replace(replace(replace(body('Create\_HTML\_table'),'%26lt;','<'),'%26quot;','%22'),'%26gt;','>')
This breaks the email look.
### What type of Logic App Is this happening in?
Standard (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
*No response*
### Browser
Chrome
### Additional context
*No response*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.