Hello,
I have a SharePoint list called Items Log. Each item in the list is Assigned to a person (person column).
I have used Get Items to get the items from this list with a Filter Query criteria.
Since, filter query criteria cannot have hyperlink columns, I have used Filter array to apply more criteria.
Then, I have used Select and Compose to get the unique 'Assigned To' values in an array.
Next, for each of the unique 'Assigned To' persons, I want to filter the Items against their names and do further processing (like to send an email to each of these persons with a list of Items against their names).
To do this, I am trying to use a 'Apply to each' for each unique name and then filter again from the first Filter array to get the items for the person.
I am not able to get to the correct syntax of the values to be used in the second Filter Array so that I can have desired results. I tried various options but none of them worked.
If someone has already done this and can help, it would be great.
Thank You