Hello,
My use case is the following: every day, a new file will be posted in a directory, from which I would like to extract this file...
it's structure looks like this: 100_the_file_name_33_33.xlsx
100_the_file_name_ is the same each day, but the last 2 numbers change.
I would like the workflow to be as automated as possible; could you please provide guidance on how to
load in this type of file dynamically?
Here is what I have done, but it looks like I have a problem with the dynamic input configuration.