I have a workflow which needs to move a month end date in an XML file on to the next month end date on a monthly basis.
I had been using the below formula, but the input file this month was 30 September, and the next date after running the workflow was only going to the 30 October (not 31st).
Is there a formula to ensure we always move on to the following month end date?
DateTimeAdd([DateTime_Out],1,"month")