Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Get array data using item value +power automate flow

(0) ShareShare
ReportReport
Posted on by 7

I have this sample array data in flow, 

[{
"name": "abc",
"Lastname": "xyz",
"emailid": "abc@gmail.com"
},
{
"name": "def",
"Lastname": "eee",
"emailid": "def@gmail.com"
}]

 

In Power automate flow using email id as input, how can I get name and last name values for that respective email.

eg: emailid input : def@gmail.com  to the array variable

output: Name and Last name values. that should be def and eee.

 

Thanks in advance !!!

  • anu1393 Profile Picture
    7 on at
    Re: Get array data using item value +power automate flow

    thanks it worked .

  • Verified answer
    Sundeep_Malik Profile Picture
    6,480 on at
    Re: Get array data using item value +power automate flow

    Hey @anu1393 

     

    you can use the combination of filter and select action.

     

    Compose to store your array:

     

    Sundeep_Malik_2-1666376251634.png

     

    Filter array:

    Sundeep_Malik_3-1666376313975.png

     

    Expression:

    item()['emailid']

     

    Select Action:

    Sundeep_Malik_4-1666376356953.png

    Expressions:

    Name:

    item()['name']

    Last Name:

    item()['Lastname']

     

    Final Result:

     

    Filter Action:

    Sundeep_Malik_0-1666376184418.png

     

    Select Action:

    Sundeep_Malik_1-1666376208388.png

     

    If it answered your problem, mark it as the solution.

    And if you liked the explanation, you can thumbs up/kudo the post. It really helps.

    Thanks.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,605 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,946 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow