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 Apps / Power Automate Get Ite...
Power Apps
Unanswered

Power Automate Get Items from child table based on value in a parent table.

(1) ShareShare
ReportReport
Posted on by 56
I have two Sharepoint lists  Parent and child.
Parent has a column "ID".  It also has a date column "CompletionDate"
Child has a column "RequestID" which the powerapp populates with the ID from the parent.
 
How can I retrieve all the rows from the child list where "CompletionDate" has a value?
 
I have used Parse JSON on the parent and child lists and was hoping to put the results into a Get Items action in Power Automate.
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    152,954 Most Valuable Professional on at
    Hi @AH-02011058-0​​​​​​​
    Probably something like this
    Filter(
       AddColumns(
          ChildList,
             CompDate,
             LookUp(
                ParentList,
                ID = RequestID
             ).CompletionDate
          ),
          !IsBlank(CompDate)
       )
    )
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn    Buy me a coffee

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 774 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 335 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 248

Last 30 days Overall leaderboard