Unable to update a timestamp field in Add records in bulk

Options

I'm trying to add records into a table in bulk after preprocessing and building objects received in another query. So, I set "updated_at" with "now" as a timestamp in a new variable, which I later will be merging with another object to include in my bulk task. However, the timestamp is not updating in the destination table. I've tried setting both "now" and a timestamp as an integer, but neither option seems to work. What am I doing wrong?

Comments