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 / Problem with tables in...
Power Automate
Unanswered

Problem with tables inside other tables (Custom Object) Power Automate Desktop

(1) ShareShare
ReportReport
Posted on by 3

Hello everyone,

I am trying to request a API with GET Method, but after transform JSON Code returned in Custom Object, I have 2 tables and I only can acess 1 table. See JSON returned below:

{

"Number1":{"Age":"25","Name":"Gustavo","LastName":"Penedo"},

"Number2":{"Age":"30","Name":"Lucas","LastName":"Silva"}

}

I can acess a table  with "%table['Number1']%", and it returns to me "{"Age":"25","Name":"Gustavo","LastName":"Penedo"}", but I can't select only a Name, or a Age...

Can you help me?

Categories:
I have the same question (0)
  • sandeepstw Profile Picture
    312 Moderator on at

    Hi There,

     

    To access specific properties within the JSON object, you should use the appropriate expressions in Power Automate.

     

    To access the ‘Name’ property for ‘Number1’:

    outputs('JSON_PARSE_ACTION_NAME')?['body/Number1/Name']


    To access the ‘Age’ property for ‘Number1’:

    outputs(‘’JSON_PARSE_ACTION_NAME')?['body/Number1/Age']


    Replace 'JSON_PARSE_ACTION_NAME' with the name of your 'Parse JSON' action.

     

    Please give kudos and mark as solution if it helps.  

      

    Thanks, 

    Sandeep Mishra 

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 58

#2
David_MA Profile Picture

David_MA 53 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 36 Most Valuable Professional

Last 30 days Overall leaderboard