Hi All,
I'm having a hard time getting an email sent out when I upload multiple files to our sharepoint site.
Here's my workflow:
- Wait for 1 mins at workflow start at document update
- Query the list and store in a collection
- Collection operation to remove any Duplicate
- For each, store in variable
- send email for each document containing name
- update list column to completed
- set variable to blank and restart
- end
The issue I have is that I get duplicate emails for all document I upload and can't figure out why.
