Dear community
I would like to extract PB00000478 from this array.
Can you please show me the syntax to do so?
Hi @AlessandroP
You could either use the first function or use an index [0] to retrieve the first item of the array. With ['BatchOrder'] you can specifically retrieve the BatchOrder value.
Below are two examples with expressions in Compose actions
variables('MyArray')[0]['BatchOrder']
first(variables('MyArray'))['BatchOrder']
Thank you.
It worked.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
21 | |
20 | |
9 | |
8 | |
8 |
User | Count |
---|---|
37 | |
30 | |
25 | |
23 | |
12 |