My HTTP Request contains the following schema:
[
{
"subscriptionId": "65a658b6fe11111c42c65caa",
"backendServices": [
{
"source": "iFreedom",
"baseUrl": "https://itestclientdemo-bff.dev.deltafs.net",
"authority": "https://login.microsoftonline.com/itestdemo.onmicrosoft.com",
"clientId": "ee5790f9-1111-4fb7-be5d-e8187749ed65",
"clientSecret": "Wve8Q********************",
"scope": "https://itestdemo.onmicrosoft.com/itestapi/.default",
"rateLimitCalls": 3,
"rateLimitRenewalPeriod": 15,
"isDisabled": false
},
{
"source": "DataQuery",
"baseUrl": "https://testdockerswarmmgr.dev.test.net/test001",
"authority": "https://login.microsoftonline.com/244f2457-25aa-1111-8ffd-c1c5aa8851fc",
"clientId": "31a82379-9991-4c40-a5fc-ec2cdeb8af88",
"clientSecret": "kKt8Q********************",
"scope": "https://deltafspproapps.onmicrosoft.com/testmax/.default",
"rateLimitCalls": 3,
"rateLimitRenewalPeriod": 15,
"isDisabled": false
}
]
}
]
1. I want to return each subscription and its backend services (the source values)
Something like this:
Subscriptions | Sources |
65a658b6fe11111c42c65caa | iFreedom |
DataQuery |
2. The problem is the looping, please see below:
3. I need to output this in a simple gallery in PowerApps - but the output returned is not in the right format / readable
As you can see, this only returns the first item from the loop.
Awesome, it worked perfectly fine, exactly what I needed. Thank you!
Hi , @craicovici317
You can refer to my test flow. The Compose action is used to create the test data:
And this is my test result :
This is my flow:
If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance!
Best Regards,
Yueyun Zhang