LogicAppsUX
LogicAppsUX copied to clipboard
Testing Icon for individual actions does not disappear after disabling the "enable static result"
Describe the Bug with repro steps
The icon at the bottom-right of an action to indicate that the action is using mock data is always present even after disabling the mock data.
- Create an empty workflow with an http trigger
- Add an HTTP action
- Click into the action
- Click "testing"
- Click "enable static result"
- Choose success and enter a json body as the output
- Click save
- Run the workflow
- Open designer
- It will display a little testing icon in the bottom right of the action
- Click into the http action
- Click "testing"
- Turn off "enable static result"
- Click save
- The little testing icon at the bottom right of the http action still shows.
What type of Logic App Is this happening in?
- Standard (Portal)
- VSCode
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
All browsers. I was using Chrome to reproduce.
Additional context
This is a bug that causes distress when moving workflows into production and testing environments. It gives the impression that an action is still using mock data when it is not.