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
David Fox
2 answers
5
You can do addDays($date,100). Place this expression in a calculated attribute.
answered
Samet Kaya
0
Many thanks, Samet. I thought I had tried that - must have missed something out . . !