Here, used
Parse JSON action to get your data being used input
For each loop - action for tables since the number of rows are dynamic
Compose action to get your result
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"items": [
{
"type": "TextBlock",
"text": "**TimeGenerated**"
},
{
"type": "TextBlock",
"text": "2022-06-03T03:20:00Z"
},
{
"type": "TextBlock",
"text": "2022-06-03T03:20:00Z"
}
]
},
{
"type": "Column",
"items": [
{
"type": "TextBlock",
"text": "**_queue**"
},
{
"type": "TextBlock",
"text": "queue1"
},
{
"type": "TextBlock",
"text": "queue2"
}
]
},
{
"type": "Column",
"items": [
{
"type": "TextBlock",
"text": "**_messages**"
},
{
"type": "TextBlock",
"text": "8073"
},
{
"type": "TextBlock",
"text": "570"
}
]
}
]
}