Notifications
Announcements
On Visible does not fire if you hit New, Cancel, then New again for a form associated with a SharePoint list. Will not fire on the second new screen. Must refresh the browser showing the SharePoint list to have OnVisible fire the second time.
What do you have in your OnVisible setting? Is OnVisible set for the screen or a control?
Hi
OnVisible for the Screen
The OnVisible is used to reset Context Variables ( Local) - they do not reset if you do New in SharePoint , Then Cancel that screen , Then hit New in SharePoint again... The OnVisible and OnHidden do not fire
Workaround
I just figured out a workaround
I can put the code I need in the OnReset of a form on the screen and it will fire even though the Onvisible of the Screen will not fire....
So if you need to set up things when opening a new screen using the forms integration with SharePoint, then put that code in the OnReset of a Form on that screen and NOT in the OnVisible of the screen to get around this
I would just like to confirm that this is definitely a bug, I've had this as well, I figured it'd be fixed by now but it's still impacting sharepoint list forms, the SP integration really loses a lot of what makes it nice when you have to tell users to refresh the page every time they want to submit a new item, I did a similar workaround to make this at least somewhat useable, though its still far from ideal.
I think that the following post is related: https://powerusers.microsoft.com/t5/Using-PowerApps/SharePoint-form-doesn-t-get-reset-on-New-item/td-p/90439
No answer/solution (yet) though.
I have a similar situation, but in a Canvas form that is not using SharePoint. The OnVisible on the screen wont fire. I also don't have the OnReset method avaialble. The code I'm trying to run is as follows:
UpdateContext({field1:value1})
When I run exactly the same code from a button, it works fine.
Any suggestions/work-arounds?
Hi,
Here is a trick you can try
This assumes you are opening a new screen so you are using the Navigate function to get to this screen...
Look at the Navigate function you are using to get to this new screen...
See here
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-navigate
Here is a bit of code from that function
Navigate( Screen, Transition [, UpdateContextRecord ] )
So this may be a nice workaround for the issue you are seeing.... Set the context variable within the Navigate argument before you open that screen
Let me know if this works for you 🙂
@skylitedave, the problem is that my form is on the first screen. I could add another screen before, but that would impact the overall user experience. Here's the form as it currently looks.
@Shanescows, any thoughts?
Try using global variables (Set) in the OnStart or OnVisible of that screen. Clear them out in the OnHidden
OnHidden isn't called either.
I have a SharePoint Powerapps form that sets a variable if a button is pressed. I clear the variable in OnHidden and OnVisible. If I open the list item, click the button that sets the variable, cancel, open a new list item -- the variable is still set to the old value. This happens for both global variables (Set) and context variables (UpdateContext). This is a pretty impactful bug.
It does appear that resetting the variables in OnCancel and OnSubmit as described in an earlier post does work.
Hello,
One solution should be to use onView, onEdit and onNew SharePointIntegration object events. It works for my context
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 796 Most Valuable Professional
Michael E. Gernaey 327 Super User 2025 Season 2
Power Platform 1919 268