Json String:
[
{
"Cells": {
"results": [
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "WorkId",
"Value": "39041547530843714",
"ValueType": "Edm.Int64"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "Title",
"Value": "Titls-1",
"ValueType": "Edm.String"
}
]
},
{
"Cells": {
"results": [
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "WorkId",
"Value": "39041547530854781",
"ValueType": "Edm.Int64"
},
{
"__metadata": {
"type": "SP.KeyValue"
},
"Key": "Title",
"Value": "Titls-2",
"ValueType": "Edm.String"
}
]
}
]
I want to extract and show fields on gallery of PowerApps like that.
Line1 : WorkId, Title
Line2 : WorkId, Title
....
I t