Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Filling out empties with information from another SP table

(0) ShareShare
ReportReport
Posted on by 35

I have a sharepoint Table called Coaching and I need to fill it out with team member's hire date.  Access Matrix is my employee table with all the info - I am trying to pull data from the access matrix - when the Hire Date is blank & employee EIDs match in both tables.  My coaching table has about 60k records in it and anytime I run the flow, it's only pulling the same records (I was just testing with top count 5, then did 20 but still pulls the first few records the same, even though the hire date is no longer blank)Screenshot 2021-11-01 121050.png

  • fchopo Profile Picture
    7,968 Super User 2025 Season 1 on at
    Re: Filling out empties with information from another SP table

    Hi @jcastr02 

    As I understand, and to improve your worflow execution time, you should do the following:

    1) Query coaching table where Hire Date is null

    2) For each item in the coaching table where Hire Date is null

    3) Query the Matrix table (list) using the employee ID (you will get only 1 item)

    4) Update the coaching table with the Hire Date.

    Hope it helps!

    Ferran

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1