Returning current date and time with a microflow

0
I'm trying to create a microflow that returns the current system time, 2 save it as a date time variable in my entity. Can this be done? And if so how? Any help would be greatly appreciated. Thanks and regards.
asked
3 answers
1

Rhys,

You can do this with a microflow that performs a change action on your entity and set the desired date time field with the current date time token. The token can be found when using the generate button when setting the field that needs to be changed.

answered
1

Hi Rhys, like Erwin said you can use the [%CurrentDateTime%] token. See this link for more tokens which you can use.

answered
0

Thanks tremendously, I don't know why I never saw that.

answered