LightningFlowComponents
LightningFlowComponents copied to clipboard
*Expression Builder* - Value - value incorrectly replaced when loading existing expression
Steps to reproduce
Steps to reproduce the behavior:
- Screen flow with expression builder, pulling (if filled in) an existing expression from a long text field on a record
- Use an expression with Operator
Less Than Or Equal
and a value of any number - Use flow to assign output from expression builder to a long text field and update the record
- Use flow to edit the exiting expression (run flow a second time)
- Expression operator will switch from
Less Than or Equal
toLess 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.