Hi,
I am trying to build a WF which will be run via Business Process from within the client app based on a selection of files. For each document which is selected the WF would list a specific field from that document and add it to a list which will be added to an email.
As an example, a user selects 5 files and runs the BP:
Document Name Field 1 (Case Number)
File 1 001
File 2 001
File 3 002
File 4 003
File 5 003
The email would return:
The following case numbers were selected:
001
002
003
and not
001
001 <don't need duplicates
002
003
003 <don't need duplicates
I currently can't get the starting entry to work and therefore can't setup "For Each Entry" because it requires a starting entry.
Any help would be appreciated.
Anthony