I'm trying to use a dynamic input tool wherein the Alteryx should select a file based on current month, i.e.
if the current month is 'Feb' then select the file - 'Feb - 3'
if the current month is 'Mar' then select the file - 'Mar - 4'
If the current month is 'Jun' then select the file - 'Jun - 4'
The trivia here is that only the Feb month's file has '3' in it, else all the months contain 4.