Forum Discussion

hiker85's avatar
hiker85
Qrew Trainee
1 year 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...
  • hiker85's avatar
    1 year ago

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