1 - Attach a project demonstrating the problem
https://www.dropbox.com/s/866pvfle6947nfn/bugCompareTwoValues.capx?dl=0
2 - The steps to follow to reproduce the problem in a new file
- add a "compare two values" event
- write a variable name and compare with other value using & (for example).
Then move on to a new line by pressing SHIFT + ENTER and write a new comparison.
This could be the expression that will show the problem:
0 &
0 &
0
Note that you have changed lines twice using SHIFT + ENTER
3 - What you expected to happen
The entire expression must be visible in the event, including line changes.
Correct visualization
4 - What you observed happening instead
Although the condition works, the expression is not written correctly in the event.
---
observe the event in the example capx