Hi everyone,
I am a beginner in Power Automate. I am trying to build a flow to control the terms of the current contracts. Each contract has its own term. In order to automate that flow, I created a list in Sharepoint with three different collumns.
- Term (Date Collumn): it contains the term of the contract
- Current Date (Calculated Collumn): it contains the current date. I used the formula =today()
- Days Until Due Date (Calculated Collumn): I used the formula DATADIF([Term];[Current Date];"D")+1
The problem is: the collumn Current Date is not updating, automatically, every day in my list. What it does is when I add a new item in the list, it considers the current day. But in the next day, it is not updating.
So, how can i fix that?
Thank you.