LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

*Expression Builder* - Value - value incorrectly replaced when loading existing expression

Open systemsfixer opened this issue 3 years ago • 0 comments

Steps to reproduce

Steps to reproduce the behavior:

  1. Screen flow with expression builder, pulling (if filled in) an existing expression from a long text field on a record
  2. Use an expression with Operator Less Than Or Equal and a value of any number
  3. Use flow to assign output from expression builder to a long text field and update the record
  4. Use flow to edit the exiting expression (run flow a second time)
  5. Expression operator will switch from Less Than or Equal to Less Than and an = sign is added to the Value field

Expected behaviour

The operator should stay as Less Than or Equal and the value should not have an = sign in it.

Actual behaviour

The operator switches to Less Than and an equal sign appears in the value field

Screenshots

If applicable, add screenshots to help explain your problem. image image image

systemsfixer avatar Dec 15 '21 18:12 systemsfixer