Date check

0
I want to perform an action if a date attribute of my object is earlier than 30 august 2010. So how can I check this in a microflow expression? Object/attribute < 30 august 2010(?? what syntax should be used here?) Now i've used a datetime constant which i've set to 30 august 2010. But I don't want to use a constant.
asked
2 answers
0

This information is in our documention. Open the documentation and search for date, select the third result (date creation)

answered
0

Use the dateTime function. It is described here in our documentation.

answered