Please help to figure out below.
I have list of input data file for many days of 2021.
I need to pick up data of Holiday date till last working day.
For ex:
| Date | Topic |
| 17-Sep | Working Date |
| 20-Sep | Holiday |
| 21-Sep | Working Date |
| 22-Sep | Working Date |
| 23-Sep | Holiday |
| 24-Sep | Working Date |
I need to pick up only 23rd Sept date file when I am running workflow for 24th Sept.
I tried working out some workflow but I am getting 2 date file of 20th Sept & 23rd Sept.
Please let me know which step i should modify or add to make workflow simple.
Thank you so much