rule "lookupAssignTtl"
when
  true
then
  let newValue = lookup_assign_ttl("table", "key", 123);
  set_field("new_value", newValue);
end
