I'm trying to avoid using an apply to each, and instead using a select action
This is what I am doing sucessfully:
Get Items SPList1
Select
And mapping UserC : with the following in the expression:
Then I have another Select 2
using the Output from Select
Map UserC: Expression: item()?['UserC']?['DisplayName']
This works and I can see all the users I am trying to obtain in an array:
etc
and when I use a filter array and From: value from the get items 2nd sp list, value is item()?['PersonColumnList2']?['DisplayName'] contains outputs('Select_2')
and its here the flow fails:
Not sure, what I need to do and need help

Report
All responses (
Answers (