Hi Team,
I am trying to prepare the workflow, as currently we have the below data. In that workflow we want July'24-month data as I am preparing on Jan'24.
For Example, I am working on July'24-month data and I want "Currency and July'24-month data" separately via WF. like below. Same if I want to prepare for May'24, it will auto separate the data for which I want.
Available data: -
| Currency | May'24 | June'24 | July'24 |
| ILS | 0.27052 | 0.26838 | 0.27271 |
| HKD | 0.12803 | 0.12804 | 0.12805 |
| KRW | 0.00073 | 0.00072 | 0.00072 |
Required data: -
| Currency | July'24 |
| ILS | 0.27271 |
| HKD | 0.12805 |
| KRW | 0.00072 |
Regards,
Mahesh