Hello,
I have created a workflow for inactive employees. I need to apply the same workflow on the refreshed dataset on a monthly basis. What should I do?
Thank you,
Farah
What's the input? An excel file? Database? Does your workflow have hardcoded dates used to filter/make columns? There are a lot of different ways to do this:
Without knowing more info it's hard to say what the best course is, but there are definitely options.
Hi,
Appreciate your response.
So the input are 3 excel files. The filter takes given month's dates. So for example, in March there will be terminations for the month of March. In April, when I upload the data, I may have to change the filter for April dates and so on.
How can I update the input tool?
What you may want to do is leverage an input tool with a wildcard input (i.e. C:\FilePath\*.xlsx) to take the current excel file(s) in your directory (moving last months to a 'processed' folder or something along those lines). There are also ways to make the date filter dynamic using the datetime functions. For example you could make a range using the datetimetrim function paired with the datetimenow function to create a range between the first and last of the current month.
Again, the more specifics you provide the better, but hopefully this helps get you in the right direction.