Dear all,
I am building a flow where I want to extract a specific information from a specific object which is inside an array. So far I have done:
1. Filter the array to only have the object I am interested on. (I used "Filter array" action)
2. Remove all the information of the object except the one I am interested on. (I used "Select" action)
3. I have extracted that object from the array. (I used "First(body('Select'))").
Now I have an object as simple as below. BUT I don't know how to extract the value "10" (on this example is 10, but it is a variable and on each run of the flow it will change).
{
"ID": "10"
}
To add more information. I am looking for an specific file on my SharePoint Document Library, using another property of the file to find it (I am using the barcode value, so I'm sure there is only one. This is the information I used on the Filter array action). So, to find and extract this file on flow, I need the ID number. but so far I am locked on the step I mentioned below.
I hope someone can support on this.
Thanks