Hi,
I am trying to get the month in string on a date 20 days ago from now
Here is the expression I tried in my flow:
addDays( formatDateTime(utcNow(), 'dd-mm-yyyy'), -20)
But I get an error saying
In function 'addDays', the value provided for date time string '15-28-2020' was not valid. The datetime string must match ISO 8601 format.'.
Can you please tell me if there is another way to do this?