rule "lookupAddStringList"
when
  true
then
  let newValue = lookup_remove_string_list("table", "key", ["foo", "bar"]);
  set_field("new_value", newValue);
end
