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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Get the value from cus...
Power Automate
Unanswered

Get the value from customFields in Wrike

(0) ShareShare
ReportReport
Posted on by 141

Hi, 

I'm working on Development which I use HTTP Trigger to connect to Wrike application to extract the data with Apply to each. As everything work well and able to get data. But 

I need your help with getting the value of id. but there is two id in customFields so I need get exact id. See the code. As you see the xxx is hidden information. So You see the "I_______5" that value is 18. I need to get that. As I need an expression to get the exact id as what I've tried which it wrong. 

items('Apply_to_each')?['customFields']?['id':'I_________5']

spiderkzn_0-1674741860931.png

 



Categories:
  • SudeepGhatakNZ Profile Picture
    14,396 Most Valuable Professional on at

    @spiderkzn ,

     

    items('Apply_to_each')?['customFields'] will return you an array of the following objects:

     

    {"Id":"I______C",

    "Value":"8"

    }

    {"Id":"I______D",

    "Value":"23"

    }

     

    So to pick a specific value you will need to provide the index value

    items('Apply_to_each')?['customFields'][0]['id']

     

  • spiderkzn Profile Picture
    141 on at

    Hi, Sudeep, 

    Thank you as it working but due to some reason some of them are not in order. 

    If it possible if I can extract with using id to get value instead of using index value? 

    like eg I want get value 23 from ID: "I______D"? 

    is there is solution? 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 231 Super User 2026 Season 2

#2
David_MA Profile Picture

David_MA 217 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 170

Last 30 days Overall leaderboard