I have a very long workflow and a filter tool present in that workflow has a condition like this
[Date_0] >= "2022-01-01" AND [Date_0] <= "2023-03-31"
Currently i am executing the workflow 17 to 18 times after editing filter tool as per the conditions given belwo
I want to automate this workflow so that the conditions given below are present in excel and workflow runs automatically 17 to 18 times
when clicked once
[[Date_0] >= "2022-01-01" AND [Date_0] <= "2022-12-31"
[Date_0] >= "2022-01-01" AND [Date_0] <= "2022-07-31"
[Date_0] >= "2022-01-01" AND [Date_0] <= "2022-08-31"
[Date_0] >= "2023-01-01" AND [Date_0] <= "2023-03-31"
[Date_0] >= "2023-04-01" AND [Date_0] <= "2023-06-30"
[Date_0] >= "2023-01-01" AND [Date_0] <= "2023-01-31"
[Date_0] >= "2023-02-01" AND [Date_0] <= "2023-02-28"
[Date_0] >= "2023-03-01" AND [Date_0] <= "2023-03-31"
[Date_0] >= "2023-04-01" AND [Date_0] <= "2023-04-30"
[Date_0] >= "2023-04-01" AND [Date_0] <= "2023-04-30"
[Date_0] >= "2023-05-01" AND [Date_0] <= "2023-05-31"
[Date_0] >= "2023-06-01" AND [Date_0] <= "2023-06-30"
[Date_0] >= "2023-07-01" AND [Date_0] <= "2023-07-31"
[Date_0] >= "2023-08-01" AND [Date_0] <= "2023-08-31"
[Date_0] >= "2023-09-01" AND [Date_0] <= "2023-09-30"
[Date_0] >= "2023-10-01" AND [Date_0] <= "2023-10-31"
[Date_0] >= "2023-11-01" AND [Date_0] <= "2023-11-30"
[Date_0] >= "2023-04-01" AND [Date_0] <= "2023-12-31"