I have a very sql database that is updated each morning. Will have maybe 30 records. I want to do the following:
1. Count the number of records in the database then...
2. Create a document for each one of them by copying a current document and then....
3. Rename each of those newly created documents with the 'name' value from the db query
4. Final step would be to apply a 'text box' to the newly created document with the 'name' value (that I will later use QF to do zonal ocr on)
I tried using the 'For Each Entry' but I get the error 'No activities in this workflow provide relevant data'. My steps are 1) For Each Entry 2) Query Data (PersonName=%(Entry Name)); 3) Create Entry
I have tried moving the create at the beginning...but you need the db query to create the document.