Business rule logic to hide a section in a Model-Driven App || Power Apps

preview_player
Показать описание
A demo of how to show or hide a section in a model-driven app based on the selection of an option set using a business rule.
Рекомендации по теме
Комментарии
Автор

Thank you. I see, so if you hide or show all controls from a section then it automatically hides or shows the section. I thought this wasn't possible with out java. Good to know :)

juansepowerplatform
Автор

What if it doesn't contain sub fields, but instead contains a sub grid (like for a many to many relationship). Is there anyway to show/hide a subgrid based on a business rule?

BrainSlugs
Автор

So basically, you can't set the visibility of a section as a single action (which shows/hides the fields in it) but you have to do each field one-by-one. A real pain if you have 10 fields in a section!

CoxJul
Автор

This is just hiding two fields in a section that only consists of two fields. What if you need to hide a complete Section? I have sections that are forms from other tables.

rdubw
Автор

Hi Andrea, is it possible in model-driven app form to set the value one field like Primary Name Field to the concatenation of FirstName & " " & LastName fields using a business rule ?

SmartLearningAI