I have a monthly flow that adds a row into an enitity for all users. the formula i use is: getPastTime(1, 'Month')
This formula doesn't return September though. I created a seperate flow that use emails me the details
The result of the mail is:
-1 = August 2019
Formula = formatDateTime(getPastTime(1, 'Month'), 'MMMM yyyy')
-2 = August 2019
Formula = formatDateTime(getPastTime(2, 'Month'), 'MMMM yyyy')
-3 = July 2019
Formula = formatDateTime(getPastTime(3, 'Month'), 'MMMM yyyy')
-4 = June 2019
Formula = formatDateTime(getPastTime(4, 'Month'), 'MMMM yyyy')
I can't see what i am doing wrong here.