I'm working on a Workflow that renames a opened file based on selected text from the content area. But It looks like I can only create a new document with the data instead of renaming the current one. Does anyone know if its possible to rename a current document using variable output?
Forum Archive
Can you rename a open file?
trinsic
Oct 24, 2019 - 22:37
Kasey00
Dec 11, 2019 - 18:47
@trinsic said:
rename a current document using variable output?
Replace the 1rst tFixedFlowInput by your tFileInputExcel.
For the 2nd tFixedFlowInput, you just have to define the chatib schema depending on what you expect in the target output file then populate each field with the global variable defined by the tFlowToIterate as in the example I proposed expressvpn.
Import the job I've attached to a previous answer and play with it, this is the best way to learn.
trinsic
Dec 13, 2019 - 22:27
Thank you for the link. I will look at it and play with it.
zarar
Jan 21, 2020 - 22:12
thank you so much