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 / Save button disappearing
Power Apps
Answered

Save button disappearing

(2) ShareShare
ReportReport
Posted on by 72
Hi All,
I have customized a SharePoint List in PowerApps. I have used this list for years, but recently the Save, Cancel button has been disappearing. When I select add new item to open my powerapps form the buttons appear, but when I fill out the form and select fields such as date picker the buttons at the top of my form will disappear. I have tried moving the top tabs in my form further down the  form to create more space, but that doesn’t resolve the issue. Is this a Microsoft issue or is there anything I can do to correct this? It seems to only happen when creating new forms. It does not occur when editing an existing form. Can anyone assist with this?  Thank you for your help!
IMG_6191.jpeg
IMG_6192.jpeg

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

Categories:
I have the same question (0)
  • Verified answer
    SyedBilal Profile Picture
    53 on at
    Hi — yes, this is a known SharePoint-Lists customized-form rendering
    issue, not something unique to your form. Lots of people hit it. The
    short version: your form is taller than the SharePoint side-panel
    viewport, so when you focus a date picker the panel auto-scrolls to
    the field and pushes your top buttons above the visible area. "New
    item" mode triggers it more than Edit because the form starts taller.
     
    Step 1 — Fix the form's Height property.
       Open the form in Power Apps Studio → select the screen → check the
       Height property. If it's set to a hard-coded number (e.g. 1136),
       change it to:
            App.Height
       This lets SharePoint resize the form to match the panel and stops
       the internal scroll from running.
     
    Step 2 — Move the top buttons as high as possible.
       You mentioned moving them further DOWN — try the opposite. Set the
       Y position of your top tabs / Save / Cancel container to 0 or 5.
       Less form above them = less to scroll past.
     
    Step 3 — Check the SharePointIntegration control's OnNew.
       On your form, find the SharePointIntegration control → look at the
       OnNew property. If you have anything heavy in there (long Collect,
       slow Lookup, ResetForm + SetFocus combos), it can trigger a layout
       shift right after the form opens. Trim OnNew to the absolute minimum.
     
    Step 4 — Clear browser cache.
       Recent Power Apps platform updates sometimes leave a stale form
       bundle cached. Ctrl + Shift + Delete → clear cached files → reopen
       the list → try a new item.
     
    Step 5 — Try a different browser.
       Some SharePoint side-panel rendering quirks are browser-specific.
       Worth a 30-second test in Edge vs Chrome.
     
    If none of those work, raise a Microsoft support ticket with a video —
    Microsoft has acknowledged similar SharePoint-form rendering issues
    in past maintenance releases.
    Hope one of those resolves it.
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    I would troubleshoot in this order:
    • Test in another browser and at 100% zoom.
    • Temporarily remove the Date Picker and retest.
    • Republish the form.
    • Disable responsive containers (if used).
    • Create a copy of the form and test.
    • If the issue persists and affects multiple users/browsers, open a Microsoft Support ticket, as it may be a recent SharePoint customized form rendering bug.
    Since the issue only occurs on New forms and is triggered by interacting with controls, my suspicion is either:
    • A Date Picker rendering bug, or
    • A recent Power Apps/SharePoint regression affecting customized forms.
  • Verified answer
    Kushal_M Profile Picture
    296 Super User 2026 Season 1 on at
    Hello  
     
    This is most likely a layout/rendering issue with Power Apps + SharePoint forms, not your logic.

    Why it happens ?
     
    The Save/Cancel bar is part of the SharePoint form header, and modern Power Apps forms can re-render when controls (like DatePicker) change. In New mode, the form recalculates layout → header sometimes gets hidden or pushed out of view (known UI glitch).
     
    Quick fixes
     
    Avoid relying on the default header → add your own buttons:
    Plain Textpowerfx isn’t fully supported. Syntax highlighting is based on Plain Text.SubmitForm(Form1)ResetForm(Form1)Show more lines
    Reduce complex layout / containers / tabs (they often trigger reflow issues)
    Check if any control has OnChange / Visible formulas affecting layout
    Ensure the form is not inside a container with dynamic height
     
    Best practice

    👉 Always create custom Save/Cancel buttons inside the form instead of using the default SharePoint ones, this avoids this issue completely.
    This is a common intermittent UI bug with customized SharePoint forms.
  • MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
    @Kushal_M / @11manish are already provided the views this will work in resolving the issue please check and mark it accordingly @KD_7

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard