Hi,
I am using the formula tool to pass a string to the dynamic input tool e.g.
"C:\User\MyDocuments\" + TimeDateFormat([DateOut]],%yy%mm%dd) + "\TargetFile_*"
Using * at the end as the target file has a timestamp that includes hr min sec which I won't know but the "TargetFile_" prefix will stay the same. TargetFile will be an excel .xlsx
The problem I'm running into is when parsing this into a dynamic input tool is that it says 'no sheet specified'.
- I can't 'replace entire file path' as adding "|||TargetSheet" after the * doesn't seem to work, but I need to keep the * because I won't know the hr min sec timestamp in the file name
- Change File/Table Name doesn't seem to work as it looks for the entire string as if it's a sheet/table name
Is there no way to amend the file path but keep the sheet name from the input template specified in the dynamic input tool?
Thanks in advance for any guidance you can provide