cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
keathley
Advocate III
Advocate III

Toggle Visibility BUG In Improved App Rendering (final validation) Mode

I have an app that has been working correctly, however recently toggle visibility has stopped working (not sure which update caused this; I will try to do some more research to narrow that down.)  I do know that the issue exists in 3.18091.15 (possibly earlier versions as well).

 

The app has a field / toggle that when true shows other fields / toggles.  Such that if "Other Permits" is true / yes, then a list of other toggles for the various permits is shown.  By default Other Permits is false / no and the other fields are hidden (as shown below).

IMG_9611e.png

Upon toggling the field to yes the other fields are shown (as shown below).

IMG_9612e.png

 

Upon toggling the field to no, and then yes again the other fields are shown, but their toggles are not (mostly, one toggle does appear) (as shown below).

IMG_9613e.png

Setting Improved App Rendering off resolves the issue.  Setting it back on again reintroduces the issue.

 

For reference, the visible field on one of these toggles simply references the Other Permits toggle's value.

OtherPermitRequiredSwitch.Value

This issue is witnessed on an iOS device.  It does not occur in a web browser.

 

Any help would be greatly appricated.

 

Joey

40 REPLIES 40

@tahoon, just seen a message today in PowerApps that says "Improved app rendering is now even better and will soon replace classic rendering. Please try it again and let us know what you think."
This is refering to the Advanced Setting "Improved app rendering (final validation)" which had to be truned off in order for the "Tab" effect discussed in this post, to render correctly on an iPhone. Turning this setting off enabled the app to render on an iphone correctly.
I now see that turning it off or leaving it on, does not render correctly on an iPhone any longer and setting the DataCard height manually does not work either. Hiding or making fields visible using a button to create a "Tab" like effect is now completly broken on the iPhone.
I see that the DataCard height is now correctly set when you create a new App but this correction is still not helping with the rendering on an iPhone. I've just created an new App to test from scratch to make sure.
Rendering on a web browser is 100% fine and works as expected.

Can you pass this message on the the development team somehow?

To confirm, turning off Improved app rendering results in the same problem as when it is turned on? Are the results exactly the same?

 

I've forwarded this to the dev team. We will make sure that this scenario is addressed before Improved app rendering permanently replaces classic rendering.

It seems like the datacardkey (Field Name) is being affected this time. The height of that field gets affected. You can't seem to set it manually either as I'm guessing there are all sorts of dependencies happening in the background. Even when you change the layout to Horizontal instead of vertical, it still does not display correctly.
This is now a major issue as there is no workaround either by turning off that feature or manually setting the whole datacard height. Basically hiding a field and showing it again breaks rendering on an iPhone. Once again easy to replicate the issue. Create a new app. On the Form Edit screen, create a button that sets a variable onselect to true or false [UpdateContext({btnHideField: !btnHideField})]. Then set the visibility of 2 or 3 DataCards to this variable. Run it on an iPhone and push the button to make the fields visible/hidden a few times and see what happens.

@eddyg Have you tried setting the height of the data card to a number? It works for me when I do this. Unlock the data card and go to the Advanced properties panel. Set Height=200.

@tahoon. I Just created a brand new app from a sharepoint list. Added the buttons to hide datacards. Then I took one of the datacards as a test and unlocked it and set the height to 200 as you recommended. Saved and published it.
See screenshots for results. The datacardkey, is still rendering incorrectly.

Thanks for taking the time to make those screenshots. Yes, the autoheight Labels are still rendered incorrectly for improved app rendering. Setting the height of the data cards will only help prevent the cards from being squashed together at the top. A reliable workaround is to disable Autoheight on the controls in the card.

 

Also, when I disabled improved app rendering, it works fine. The labels and cards are the correct height. I followed the steps described by you a few posts back. Sorry in advance if you already did this, but can you verify that the app you are viewing on the iPhone has improved app rendering disabled? I find that the best way to do this is to save the app using a different name because the old app might be cached on the phone.

Hi @tahoon,
I've put together a very simple app to demonstrate the rendering issue when switching visibility on and off on fields in a form. I've recorded making the app and running the app in a browser. Rendering works fine in the EditForm Screen.
Then I switch over to an iPhone and run the app on there and you can see on the EditForm Screen, the rendering breaks.
I specifically disabled improved app rendering as you suggested to show you that it is still rendering incorrectly. I've built this app with very few steps so that little is changed from the out-of-box generated app. The whole video is short at only 4 and a half minutes.

Please can you have a look at the video and tell me what I'm doing wrong.

Thanks @eddyg for taking the time to record a video! Not many people will bother to do that.

Unfortunately, I am unable to access the video. I get the error "This video is unavailable". Did you make it public?

Hi @tahoon, my apologies. The video is now public.

I finally managed to get this to work. I had a suspicion that the reason it was rendering incorrectly is because any fields that need to be hidden should, at the start of the app, have their visibility property set to true. Only when you invoke the screen that you will be hiding the fields in, should you set the visibility property to false for those fields you want to hide.

There are three requirements to make this work:

1. Use Global Variables.

2. Set an individual variable per set of hidden fields. i.e. if you want to create an effect of 3 "tabs" using a single edit form then you need 3 variables.

3. Disable improved app rendering.

If you take the very same app I created in the video and make the following changes it will render correctly on an iPhone.

1. On the very first screen of the app, set property - OnVisible - Set(Scr1, true);Set(Scr2, true)

2. On the screen you want to hiding fields in (EditForm screen), set property - OnVisible - Set(Scr2, false)

3. Same screen as above, on the Back and Forward buttons, set property - OnSelect - (back) - Set(Scr1, true);Set(Scr2, false), (forward) - Set(Scr1, false);Set(Scr2, true)

4. On the Edit Form, set the DataCard properties of the individual fields - Visible - to either Scr1 or Scr2 according to when you want to make them visible.

Making those few changes will now render the app correctly on an iPhone.

I'm not sure if this is because the visibility on all fields needs to be set to true on the start of the app or because formula validation in the Visible property strictly requires a true/false variable type rather than logic validation such as Scr=1 which is still true or false logic but the variable is not of type true/false.

Anyhow, regardless of which method you use, turning on Improved App Rendering, breaks the rendering on an iPhone and browser. In my opinion there must be a bug with in the new rendering engine or iPhone App.

If this can be verified, then at least I know I'm not going mad and hopfully save someone hours of messing around.

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!   This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08  23 @WarrenBelz  31 @DBO_DV  10 @Amik  19 AmínAA 6 @mmbr1606  12 @rzuber  4 @happyume  7 @Giraldoj  3@ANB 6 (tie)   @SpongYe  6 (tie)     Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08  10@WarrenBelz 25 @DBO_DV  6@mmbr1606 14 @AmínAA 4 @Amik  12 @royg  3 @ANB  10 @AllanDeCastro  2 @SunilPashikanti  5 @Michaelfp  2 @FLMike  5 @eduardo_izzo  2   Meekou 2   @rzuber  2   @Velegandla  2     @PowerPlatform-P  2   @Micaiah  2     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27     Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8   SunilPashikanti8

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages