My previous scenario has evolved. The ask is that the input file name is part of the output file name with some sort of custom value (standardized) indicating it is output.
For example:
Input file: ReportABC-2023-05-15
Output file: Alteryx WF Output of ReportABC-2023-05-15
I have built the custom string for Output_File_Name by "Alteryx WF Output of " + [FileName] and in the formula tool it is working in the preview. However, when I run it, the name changes only on the tab in the file and not the output file.
I have Take File/Table Name From Field checked.
and dropdown to Output_File_Name
Keep Field in Output unchecked as I don't want it to be part of the dataset.
What am I missing? I tried to do FullPath but once my data is read into the Dynamic Input tool, I no longer have access to the FullPath attribute.