I have sql query with return this result. How to get value of "id_poz" element ?
I try
outputs('OstElement')?['body/resultsets']?['Table1']
but I have in return this:
Thanks I do this:
outputs('OstElement')?['body/resultsets']?['Table1'][0]['id_poz']
outputs('OstElement')?['body/resultsets']?['Table1']?[0]?['id_poz']
or
first(outputs('OstElement')?['body/resultsets']?['Table1'])?['id_poz']
Cheers
Damien
Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts. Thanks