Hi,
I have a workflow that splits off to 4 separate flows. The first workflow picks up an excel template and copies it to an output folder and pastes the output data into a named tab, then finally renames the template to include the current date in the format of YYYY.MM_<Filename>.xlsx
What I am trying to do is have the final three workflows then point to this output file with the dynamic name and paste the data where it needs to be.
Everything works if I have the output path with the actual current filename - 2023.04_<Filename>.xlsx
What I need help with - how do I change this output so that it works with a wildcard filename?
If I change the output path to *<Filename>.xlsx|||<Sheet>$<Range> then Alteryx is throwing an error of 'Unable to Open archive for zipping....the filename, directory name, or volume label syntax is incorrect.
I have tried the solution in the subsequent flows to include a formula tool to include the path in a column, use that as the output etc but that creates other issues.
Thanks.