Hi, I am working on a Workflow where in for now I have kept the date filter as static, but I want to change in into Dynamic once, so that at picks up automatically every month.
For eg - In the attachment, I am running for the Current month, So i want it to be in dymanic format so that it updates every time to 1 sta day of current month.
Eg - [WIP Date] <= To Date (Date time Add("2023-07-01" , 1 , "months")) And
[WIP Date] >= "2023-07-01"
This eg I want to make it dynamic.
Any help on this.