Hello everyone,
I have an Excel Spreadsheet input that has a variable tab name.
For example: the tab name is "Orange_1234" for now, but in a month, it will be "Orange_5678". The "Orange" part is there to stay but the rest changes everytime I get a new spreadsheet.
Is there a way to tell the input tool to choose the first tab according to the first word its name contains? Or to simply make it choose the first sheet without specifying a name? Preferably without using the dynamic input tool.
Thanks in advance!
Eve
Solved! Go to Solution.
The "Full Path" should be configured in the Dynamic Input settings as well.
Once you update the settings as per below, in your output you will get a a new column at the last with the file name which will have sheet name at the end of it. You can later parse that column to get only the sheet name.
It's working! Excellent. Thank you!
You can parse the sheet name from the Full Path with the regular expression ".*\|\|\|.(.*)\$."