I have a form that sends to a business process workflow. Once in the workflow I Retrieve Forms Content and update many different tables and fields within a database. I was wondering what I would use to in the workflow at the end to email a copy of the original form.
At the moment the only way I can figure out how to do it is to save the form to the repository then send to a workflow. At the bottom of the workflow do a "Find Entry" and locate where I saved it, with the name of the file. That works fine in test mode, but I can see a possibility of duplicate files and it not returning the correct file.
Is there a way to get the ID of the original form within workflow to email that PDF? I have tried Create Entry, within workflow and sending that output but it only sends a blank PDF. I must be missing something simple.