Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Trigger based on value of variable

Hi,

Is there any way to trigger some action if variable value is certain value?

EX:

Only if my variable x is 5,

I want to select value1 in COLUMN A.

Thanks in advance!!

1 Reply
sunny_talwar

You can do an if condition check before you select a value

Field

COLUMN A

Search String

If(variable = 4, value1)