Hello,
I am using a workflow that starts off with a directory tool and then a macro created by another user (that I cannot edit) that brings in multiple tabs from multiple files. I would like to know if there is a way to add the file name later on in the workflow for each record. Since I am not using an input tool, I am unable to append the file name at the beginning of the workflow. Below is a screenshot of the start of the workflow.
Hi @wht822
Embed the encrypted macro that doesn't output the filename into another macro like below that reads in the fullpath from each record in your workflow.
In this macro, append the fullpath, get filename and output to your workflow.