web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How can I iterate thro...
Power Automate
Unanswered

How can I iterate through each object which is an output of HTTP Requests

(2) ShareShare
ReportReport
Posted on by 99
Hi Guys,
 
Need your help in iterating through each object which is an output of an HTTP request. 

This is the output of HTTP request of one item, HTTP request running in Apply to each (120 times) action  : 
{
"atlassian-addons-project-access": "https://abc.atlassian.net/rest/api/2/project/10100/role/10003",
"Service Desk Team": "https://abc.atlassian.net/rest/api/2/project/10100/role/10013",
"Service Desk Customers": "https://abc.atlassian.net/rest/api/2/project/10100/role/10012",
"Approvers": "https://abc.atlassian.net/rest/api/2/project/10100/role/10010",
"Administrators": "https://abc.atlassian.net/rest/api/2/project/10100/role/10002",
"User": "https://abc.atlassian.net/rest/api/2/project/10100/role/10011"
}
 
I need to send another HTTP request, trigger the url is the output of first http request. 
I have tried to convert this Object to Array and run Apply to each but it's showing the exact output not running for 6 times for 6 values. 
Kindly suggest, how can I trigger HTTP request for each URL mention in above JSON object. 
 
Example : This URL : https://abc.atlassian.net/rest/api/2/project/10100/role/10003 i want to send in next HTTP request, 6 different urls
Categories:
I have the same question (0)
  • Verified answer
    Chriddle Profile Picture
    8,436 Super User 2025 Season 2 on at
    This Select returns an array of URLs:
    From:
    xpath(
    	xml(json(concat('{"Root":{"Item":', outputs('Compose'), '}}'))),
    	'//Item/*/text()'
    )
    Map:
    item()
     
  • vikrant_yadav Profile Picture
    99 on at
    Hi @Chriddle Thanks for helping me!

    It works for me. Great :)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard