Hi - I had to create a ‘Date’ field in my datamapper. I need to use that field as part of the output name. So, I created a job creation and an output creation. I also have three pdf’s that I need to merge. My workflow right now, grabs the three pdf’s, puts them in a folder. I then go through and create my letter. I have a set job info right after my datamapper to capture the metadata in a variable (%1). It works fine. I am using my output creation to place the letter in my merge folder. When it gets to the Merge PDF’s folder, I lose the metadata. How can I get that metadata back so I can use it in my Send To Folder for my final output?
Put it in a named variable. JobInfo variables often get rewritten depending of which plugin they deal with, especially input ones.
1 Like
Thank you so much!! It worked.