Hi everyone, I am using the filter tool, where each month, I manually alter the date to return the results I need (shown below). I would like to add this workflow to a scheduler service, but cannot because of my manual changes.
How do i convert the calculation below (still using my filter tool) to return
Current State
[MemberEnrollmentDate] <= "2019-05-01"
Future State Requirement
[MemberEnrollmentDate] <= first day of the current month (based on the day the workflow us run)
*so, if i ran the workflow on 05/31, it would return member enrollment for May (and earlier), but if i ran the workflow on 06/01, it would now return member enrollment for June (and earlier).
Thank you ahead of time