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 Apps / Combobox dependencies ...
Power Apps
Unanswered

Combobox dependencies in another combobox gallery

(0) ShareShare
ReportReport
Posted on by 30

Hi,

 

I have the follow scenario:

  • Working with combobox inside a gallery
  • Same equip_id but different change_id
  • What I want: If one combobox = "approve", the rest of them with same equip_id change to "deny"

VictorMafra_0-1680780675680.png

Categories:
  • VictorMafra Profile Picture
    30 on at
    Up, still don't get it.
  • VictorMafra Profile Picture
    30 on at

    I am able to fix it in the Collection, with the OnChange:

    If(Not(ThisItem.Equip_Changes_ID in colApproverSelected.Equip_Changes_ID), Collect(colApproverSelected, ThisItem));
    If(Not(ThisItem.Equip_Changes_ID in colApproverNewSubmissionData.Equip_Changes_ID), Collect(colApproverNewSubmissionData, ThisItem));
    UpdateIf(colApproverNewSubmissionData, Equip_Changes_ID = ThisItem.Equip_Changes_ID, {Approved:Self.Selected.Value});

    If(Self.Selected.Choice = "Approve",
    UpdateIf(colApproverNewSubmissionData As new, new.Equip_Changes_ID <> ThisItem.Equip_Changes_ID And new.Equip_ID = ThisItem.Equip_ID, {Approved:false}),
    "");

     

     

    But, it is not showing the changes in the comboboxes as we can see below.

    VictorMafra_0-1681127920746.png

    VictorMafra_1-1681127933077.png

     

     

     

  • VictorMafra Profile Picture
    30 on at
    up

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard