rule "lookupSetValueWithTtl"
when
  true
then
  let newValue = lookup_set_value("table", "key", 123, 456);
  set_field("new_value", newValue);
end
