Forum Discussion

MattV's avatar
MattV
Qrew Trainee
22 days ago
Solved

Using pipelines to log the date/time including the seconds of a record change

I have a pipeline that logs when a record was changed in a tracker table. I need the date/time of the change to be accurate to the second.  I can't have a pipeline copy the Date Modified of the sour...
  • MattV's avatar
    22 days ago

    Found a solution:
    {{a.updated_at.timestamp() * 1000 }}