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,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
36 | |
35 | |
32 | |
27 |
User | Count |
---|---|
37 | |
37 | |
33 | |
26 | |
22 |