Hi
I am using zapier to capture a multi select variable from Woo Commerce’s gravity form and want to feed a value to the destination based on conditions, is it possible?
For example,
if
the multi select variable on gravity form = “Anna”,
then
sales field of the destination field = “Anna Gaines”
else if
the multi select variable on gravity form = “No”,
then
sales field of the destination field = “Marketing Department”
...
and so forth
I am imagine this should be done on the variable level, like applying a if condition on a variable but I am not sure how I could do that.