I created a view where the first column could be any of three different names on a form. I would like to have an agent go through each document in the view and create an email for each person in the view with information from the document(s) pertaining to that person. Each person can be any of the three name fields on the form, but they can only be on the form once, so if there are 5 documents for a person, there could be 3 in name a, 1 in name b, and 1 in name c.
My issue is coming up when I try to get the value in the first column for the document. Since getting the first document only gets me a document that contains 3 names, I need to know which name is in the column I am up to in the view. Because I will be processing this document again when I get to the people in the other two fields, but I have to do this alphabetically and I have to do all documents for one person before moving to the next person in the view.
Is this something that can be done using this view or do I have to do a search on each name and grab the documents for each person that way. I thought there was an easy way to simply get the view column value, but for my example here, I am not sure how that would work. Or it is something very simple that I am just having a brain cramp on.
Thanks in advance.