Hello everyone,
I have an excel sheet that is used as input for my Flow, that creates monthly tasks every time the "Due check" column has the status "new task to be created". Two important columns in my excel Sheet are "Start date" and "Due date". So far so good. I use the Create a task connector, take all the needed values and the task is created.
However, once the task was created, I want to update the Start date and Due date with the dates for the next month, for example, if the start date in the excel file was 19.12.2019 when the flow runs, I would like the newly updated cell to be 19.01.2019. In order to update the cell in excel, I use the following expression in the "Start Date" filed: formatDateTime(addDays('Start Date',30),'yyyy-MM-dd'), in the "Update a row" step.


