Pipeline - Create field with value from another field

(with formatting to make it easier to read…)

set_field("fw_recv_MB", to_long($message.raw_recv_bytes) / 1073741824);

1 Like