Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!!
You can do an if condition check before you select a value
Field
COLUMN A
Search String
If(variable = 4, value1)