When attempting to insert a timestamp in milliseconds into a flowfile using the UpdateRecord processor, the timestamp comes out expressed as a string (first image) despite the fact that I've explicitly cast it as a number (second image). How can I get this expressed as a number like it is supposed to?
Screenshot 2023-02-08 at 15.15.13.png
Screenshot 2023-02-08 at 16.36.53.png