
Announcements
I am using a power automate flow to calculate the time spent in each BPF stage in an entity. I have the expression to calculate the date difference in hours and add to an age field. The flow is recurrence and need to add calculated hours to this age field.
So it will be adding like x= x+y . where x is whatever age value calculated previously and y being the newly calculated duration and add that together and update it in the age field.
I tried add(<age field value>,<expression to calculate age>) but that returned a invalid expression error. I tried to put the <expression to calculate age > in a variable and it throwed an Invalid template error. Any help would be appreciated. TIA