Hi,
I have two data sources One is transaction data and another is Currency Exchange data.
Currency exchange data has a date from which a particular exchange is effective and the rate is effective for a month.
The logic I need is "If the transaction date of a transaction is before the effective date for that month then take previous month value else to take the current month value"
I have tried joining the data based MM-YYYY but it can only help in current month's value, how I can also pick previous month value is something I'm not able to do.
Any help would be appreciated.
I have attached the two sample input sources in the workflow.