Good day everyone,
I parsed JSON Array with result as below :
=====================================
[
{
"id": 16,
"name": "Home & Living",
"label": "Home & Living",
"position": 5
},
{
"id": 4,
"name": "PLN",
"label": "PLN",
"position": 4
},
{
"id": 5,
"name": "Pulsa",
"label": "Pulsa",
"position": 3
},
{
"id": 28,
"name": "Shopping e-Voucher",
"label": "Shopping e-Voucher",
"position": 1
},
{
"id": 56,
"name": "F&B e-Voucher NEW",
"label": "F&B e-Voucher NEW",
"position": 1
}
]
=====================================
I was success to get id, name, label and posisition properties into HTML table as below :
but I was unable to get it all in response :
How can I do that to get all properties into response?
My goal is to show all 'name' in the JSON array list from response into dropdown button in PowerApps.
really appreciate your help