Our flow Get Items step is failing because we can't get the individual array element values for our VolunteerManager field
we have the array composed like this:
when that executes we get this:
we union that in a Set variable action to basically group the records:
union(body('Get_Volunteer_Managers'), body('Get_Volunteer_Managers'))
we try to filter our get Items step using an OData Query like this:
but when we run it in our get Items step (in the loop) to retrieve the records having the current VolunteerManager we get this:
that should say:
VolunteerManager eq 'Michelle Russell' and Status eq 'Submitted'
so how can we get the value correctly?
Solved! Go to Solution.
Hi @livingstonep ,
Please try the following expression to configure Filter Query:
variables('Unique Names')?[0]?['Name']
Best Regards,
Hi @livingstonep ,
Please try the following expression to configure Filter Query:
variables('Unique Names')?[0]?['Name']
Best Regards,
User | Count |
---|---|
86 | |
72 | |
45 | |
26 | |
25 |
User | Count |
---|---|
43 | |
25 | |
24 | |
23 | |
18 |