Hello everyone. Looked for other posts on this but haven't run across anything that resembles my issue.
I have been trying every angle to get this to work, but stuck at every attempt. I have an issue where I cannot get the Attach Electronic Document activity to "see" the Update Word Document activity I have embedded inside a For Each Row activity.
I am using the For Each Row to pull data from a Forms entry. The Word document has a table merge and a simple merge inside of it. The Table is named in the doc. If the Update Word activity is inside the loop, Attach Electronic Document doesn't recognize it. If I take it out of the loop, it can access it.
Steps
1. Get form variables. There is a collection as well as other single value variables.
2/3. Loop goes through to record the entries of the collection. This works fine.
4. Target collection in For Each Row.
5. Update Word doc from Server Attachment. There is a table merge set for the collection and a simple merge for the other fields.
6. Create entry for the attachment.
7. Attach updated doc to the newly created entry.
The problem is that I cannot get the Attach to recognize the Update activity. I have tried every which way to configure it, but nothing works. Can someone see where I am going wrong? Using Activity as the source yields nothing. Thank you in advance !!