I have created an app which gets data from two source - the live IBM database & a flat file on shared drive. The reason is because database doesn't contain data from past which we are storing in flat file for the purpose of this process.
The user is prompted to select a period/month for which to pull the data in. This model works fine as long as data base and flat file don't have a common.
However if user select a period (let's say current month) which is present in both data source then my workflow contains duplicate value. In such a case, the workflow should automatically pick the data from database source and ignore any data from flat file. Any suggestions how to achieve that?