Hi,
I have multiple combo boxes in a form. The combo boxes come from fields in an entity that are option sets. I would like the combo box CBTravelPlans to update combo box CBTelework to Out of Office when CBTravel Plans has a value of Yes.
I was able to get some cards to change DisplayModes based on the following below but using something similar did not work for what I'm trying to do above:
If(
DDTravelPlans.Selected.Value exactin "Yes",
DisplayMode.Edit,
DisplayMode.Disabled
)
I'm new to Powerapps. Any tips?

Report
All responses (
Answers (