Date Column Update in Microflow

-1
How to set the value for  date attribute in microflow?
asked
2 answers
1

Can you be more explicit?

Where is the value you want to set in the Date attribute?

I you want to set actual date time:

you can also set the begin of current day, the end of current day or set the date value of oher object

 

I hope this can help you

answered
0

In a change object action you need to select your date attribute.

Now you have different options. You can choose a date from a token as CurrentDateTime, you can use a timestamp from a DateTime variable or attribute on an other object, you can use parseDateTime() to parse a string to a date time (remember to add the time format),...

answered