New topic Closed topic
avatar image
1
Using a Conditional Operator/making a condition for 'contains'
By Created , last editted

Hi there,

Is there a way to make a condition where I can check if the given value contains a specific value? In the learn section I see there are different kinds of conditional operators, but none of them do what I need.

Example: var:given_value is "banana"
"Bananasplit" contains var:given_value = true

Hi there,

Is there a way to make a condition where I can check if the given value contains a specific value? In the learn section I see there are different kinds of conditional operators, but none of them do what I need.

Example: var:given_value is "banana"
"Bananasplit" contains var:given_value = true
  • Avatar image
    'Bananasplit' doensn't contain the value 'banana' because it's capitalized. But I get the idea
    By
  • Login to reply
Answers
Sort by:

This topic is closed.