I have a workflow which takes in inputs from 4 different excel files. The files have top 10 and bottom 10 values of 3,6,9,12 months respectively.
Sometimes, there's no file for any one of the months and the workflow needs to run for the remaining files that have data.
Can I make a template input to be picked in case there's no file for that month and run it with the rest of the files. Output should be in the same formal as the rest but with no data.
Thanks in advance