Closed
Description
Describe the Bug with repro steps
- In any workflow, add SharePoint's "Create new folder" action.
- Fill in the required action parameters.
- Add an action after it which has an HTML editor.
- In the HTML editor, insert the token "Link to item" from the "Create new folder" action.
- Close the panel (or switch tabs) and return to the view.
Expected: Token should be inserted and remain in the field.
Actual: Token is replaced with ']}
.
Does not repro with non-HTML editors.
What type of Logic App Is this happening in?
Standard (Portal)
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
Browser
Chrome 121.0.6167.185, Windows 11 x64.
Additional context
This likely occurs because of how pasted tokens are parsed, and the existence of }
in the token is telling the editor that it's the end of the token.
Metadata
Metadata
Assignees
Labels
No labels