Date + 100 days

0
I want to display a date in an entity attribute (Review date) calculated by a microflow that is createdDate + 100 days. This must be easy, but I can't see it. Can someone tell me how?
asked
2 answers
5

You can do addDays($date,100). Place this expression in a calculated attribute.

answered
0

Many thanks, Samet. I thought I had tried that - must have missed something out . . !

answered