You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Cannot see or edit condition expressions when they don't start with equals (=).
Version
main branch
10/22/2020 9:38AM
Browser
Electron distribution
[ X] Chrome
Safari
Firefox
Edge
OS
macOS
[ X] Windows
Ubuntu
To Reproduce
Steps to reproduce the behavior:
Create a bot project
Add any activity that has a condition
Use the drop down to write an expression with the = prefix (=!$Name for example)
Close the bot project
Edit the dialog file directly to remove the = prefix
Open the bot project
Select the action and note the state of the condition field
Expected behavior
The expression to continue to appear and be editable for the boolean/expression field because the value is neither true nor false so it must be an expression.