I have developed an workflow in 2024 in which I have the below condition,
Right([Month], 2)= Right(tostring(DateTimeYear(DateTimeToday())), 2) to filter out the same year data, I will always have data one month late for reporting, that is, I will report Jan 24 month data on feb 24, feb 24 on march 24 like this and now dec 24 data now on jan 25. for this the above condition is not working as it filters the current year data.
Is there a way to make this work dynamically so that the correct data will be picked every month even if there is a year change. Kindly Help.