Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

MDA - how to show one record according to selected previous record

(1) ShareShare
ReportReport
Posted on by 71

Hello All,

 

I have a problem showing one record according to previous selected record. Let me explain it this way:

 

I have the shift tabel and there are 3 shifts, and operator table with 30 people recorded in it. each shift has 10 people working during the shift times.

When user selects 'shift 1' I want to show in the operator name  column of the form of the table only the people working during shift 1 and when the user selects shift 3, they should see only people working during shift 3. 

 

Anyone has a clue?

Categories:
  • Verified answer
    agorkemt Profile Picture
    71 on at
    MDA - how to show one record according to selected previous record
    I do not know if this will work on the Model Driven Apps but using this formula in the Canvas app surely works! 
     
    first in the Items property of the first dropdown, write the shifts like ["Shift1", "Shift2", "Shift3"] than to the the Items property of the second dropdown where you want the condition work, write an "If" statement like;
     
    If (
        Dropdownshifts = shift1, ["name1", "name2"],
        Dropdownshifts = shift2, ["name3", "name4"]
     
     
  • agorkemt Profile Picture
    71 on at
    Re: MDA - how to show one record according to selected previous record

    Still looking for an answer! Anyone has a solution for this? 

     

    Thanks in advance

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,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard