Actions
User story #18878
closedhandle rudderlang types expressions in conditions
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
if MyString != "/bin"
if MyInt > 0
if MyFloat != 1.0
if !("/bin" in MyList)
if "key" in MyStruct
if MyStruct["Key"] == "Value"
Updated by Vincent MEMBRÉ over 3 years ago
- Target version changed from 7.0.0~beta1 to 7.0.0~beta2
Updated by Vincent MEMBRÉ over 3 years ago
- Target version changed from 7.0.0~beta2 to 7.0.0~beta3
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 7.1.0~beta1 to 7.1.0~beta2
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 7.1.0~beta2 to 7.1.0~rc1
Updated by Alexis Mousset about 3 years ago
- Target version changed from 7.1.0~rc1 to 7.2.0~beta1
Actions