Hi All,
I have a query about showing last week in Power Automate from current week.
I got current iso week by using expression(
div(add(dayofyear(addDays(subtractFromTime(utcNow(), if(equals(dayofweek(utcNow()),0),1,sub(dayofweek(utcNow()),6)), 'Day'),3)),6),7)).
this is for WK 05 2023 and want to show WK04.
can anyone help me with the steps and expressions.