Announcements
Hi!
I'm facing a weird issue when if I look at a Item in my SharePoint list and then press new item, all the fields will have the value of the previous form.
In OnNew under SharePoint intergration I have both Resetform and Refresh('my list') but it doesn't seem to help. I believe I've seen a post where it said that is a bug
Any Idea?
Hi @testavendo ,
I cannot reproduce your issue. Have you tested with other web browsers/devices?
In addition, the OnNew property of SharePointIntegration control should be:
NewForm(SharePointForm1)
And check the Item property of Form control:
If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected),First('YourListName'),SharePointIntegration.Selected)
For more information, please refer to:https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/sharepoint-form-integration
Regards,
Mona
Yes, this has been tested on IE11, Chrome,Firefox and safari. Tested on several devices.
ResetForm(SharePointForm1),Refresh('MyList'),NewForm(SharePointForm1)
It's a really weird bug, as I've tried to replicate it on other tenant but not getting the same result
Please try to use ";" instead:
ResetForm(SharePointForm1);Refresh('MyList');NewForm(SharePointForm1)
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 477
WarrenBelz 341 Most Valuable Professional
11manish 317