I have been looking for an answer to this problem for quite some time now, and I think I have read every single thread regarding JSON parsing in Flow and PowerApps without finding an actual answer to my specific scenario.
I want to get a specific object pair from an array of objects, the problem is that the "identifiers" for each object pair are exactly the same and the amount and order of each object pairs vary. Using the schema below, let's say that I want to get "value_2", which unique id is "object_id_2". How can I get this consistently even though it´s not always in the same position?
[
{
"id":"object_id_1",
"value":"value_1"
},
{
"id":"object_id_2",
"value":"value_2"
},
{
"id":"object_id_3",
"value":"value_3"
},
...,
{
"id":"object_id_N",
"value":"value_N"
},
]
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
20 | |
20 | |
9 | |
8 | |
7 |
User | Count |
---|---|
33 | |
30 | |
24 | |
23 | |
11 |