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
{{ myStringVar | "default" }} => if myString is null or empty, the output value is "default"
{{ myIntegerVar | 123 }} => if myInteger is null, the output value is "123"
Thx
The text was updated successfully, but these errors were encountered:
Will it possible to add a default operator as
{{ myStringVar | "default" }} => if myString is null or empty, the output value is "default"
{{ myIntegerVar | 123 }} => if myInteger is null, the output value is "123"
Thx
The text was updated successfully, but these errors were encountered: