Hi all,
Can someone suggest solution/idea to resolve the following issue:

In the workflow, 1 of the input file is only available on friday. so I used filter basing on Day.
If it is friday, then it is supposed to pick the file else it shouldn't continue.
And in the dynamic tool, I gave blank template as sample data because on friday the filter will be true & it will pick file by taking file path and for remaining days it will read blank file.
Now the issue is, while reading blank file - I was getting error as "No valid fields selected" at the select tool.
Queries:
1.Any solution to overcome the error at select tool (without including columns names in blank file)
OR
2.Instead of feeding blank file to dynamic tool, do we have any other alternative?
Thanks inadvance!