Hello! I am running a workflow over multiple months and am trying to determine the best way to always compare back to the last day of the month of the first month the file is ran.
Example - I need to run the workflow to validate data for the month of June 2022. When running the workflow in June, I would like to know if the dates in the database are equal to or less than the last day of the month of June. When I run for the first few weeks in July, I also need to compare back to the last day of the month of June 2022. I am wanting this to be dynamic so that few updates have to be made throughout the month. Appreciate any help!
This is the initial formula I considered but then realized when running it in the following month this will pull in lines we are not interested in until the end of that new month (July based on above example).
[Dates-Construction Start Date] <= DateTimeLastOfMonth()