
Announcements
I'm trying to compose a JSON in Power Automate which is structured as:
{
"Connector": {
"Element": {
"@SbDL": "1",
"Objects": [
{
"Year": {
"Element": {
"Fields": {
"EmId": "1",
"JuId": "2"
}
}
}
}
]
}
}
}The composing is done within a apply to each block that contains the Bold/Italic marked JSON above.
The result however when I run this flow is structured as follows: