We are currently having an UPDATE DATA step in the journey wherein it needs to be updated the Timestamp field and date field (The timestamp should contain the time only) it should be populated once the contact has been flowed into that step in journey.
We are thinking of using automation and just update it daily however we cannot get the real timestamp on when the contact flowed into the particular update data step. As if it refresh it only gets 00:00
Could someone help us how to implement this? Thank you
If you are using code, you can do System.Now() to get the current date time, and then you can extract the time from there using .hour() and minutes().
If you are using flow, the flow should have a system variable giving you the time it runs at.
Juts keep in mind time depends on what timezone your user is set in.