I am developing a Power App to perform room inspections. We currently have (4) Zones (A, B, C & D); but, "D" (ZONED) is the only one with Kitchens. There are (137) records with a ZONEA, ZONE,B, ZONEC or ZONED. (37) of those records are ZONED. When a User enters a Building (which is a Lookup from another List) my plan was to set the Visible properties to 'false' for the items in the red box below if the Building was from ZONEA, ZONEB or ZONEC.
- Can this occur prior to saving the record?
- Is a better method to make fields visible using "IF" statements for the Building name versus the Building Zone?
