Mar 06 2018 01:49 PM
I feel like I may be missing something simple but I'm about to tear my hair out because I keep running into this and it is so irritating!
I'm working in SharePoint Online using the modern experience, and I have a custom list with 15 fields. That's not a tremendous amount as lists go, but it can take some time to fill out a single entry.
As I'm working in the "New Item" pop-out box, things generally seem to go along fine as long as I'm super careful never to move my mouse off that box. But if I click anywhere outside the dialog window, all my data is just gone, vanishes, poof, not saved. I've tried looking for it with Alt+Tab and Task Manager but no, that dialog is just gone.
I've been experiencing this in IE and Chrome, not tried Firefox yet. Surely I'm not the only one experiencing this?
Mar 06 2018 02:02 PM
Mar 06 2018 02:31 PM
SolutionMar 07 2018 07:11 AM - edited Mar 07 2018 07:12 AM
@Deleted wrote:
Ideally, if it was possible. An event that when that screen closes you get a prompt to save your changes, or at least some way when you click new again the previous box showed back up where you left off.
This description fits what I would expect, thanks @Deleted!
My workaround is to fill in the required fields, save, and go back in to edit, essentially filling out a few fields at a time and saving as I go. But that's a waste of time and I still occasionally do the accidental slip of the mouse.
I guess that brings up the point that the Edit Item pop-up box behaves the same way, not just the New item.
Apr 21 2018 10:08 PM
Apr 23 2018 07:35 AM
The best workaround I've found is to go back to classic mode, but I have a feeling that's not going to be allowed for much longer.
Apr 23 2018 07:38 AM
Apr 23 2018 08:07 AM
Apr 23 2018 08:29 AM
Apr 23 2018 08:30 AM
Apr 23 2018 08:35 AM
Apr 23 2018 09:16 AM
@anneoday and @Deleted Chris McNulty confirmed in SharePoint Fest DC a few weeks ago there are 0 plans to retire the classic UI until all gaps are accounted for.... and right now that list is quite long. Not to say that position won't change, but it makes sense for the time being.
May 11 2018 01:22 PM
Yeah this is a super annoying issue. As a user, I expected the 'unsaved' data to still be on the new form when I click 'new' again, but it was all blanked out. This needs to be addressed.
May 11 2018 07:17 PM - edited May 11 2018 07:21 PM
I've tested again PowerApps and it caches the info (in my first test I think I've concluded to fast and only notice the panel was closing) if we click outside the panel. So using PowerApps custom forms is a potential solution.
Note: It caches info for new and edit forms.
Martin.
Jun 21 2018 05:57 AM
Jun 21 2018 06:23 AM
@Rob Ellis wrote:
I've got a similar issue with one customer, where they edit a list item - changing 2 values, but the item is actually updated twice - so a SharePoint Designer workflow runs twice, resulting in a duplicate email notification. They only noticed it when they moved from Classic to Modern.
I think I've heard of that ... does using the "edit all" button help? It opens all the fields at once, still in the modern experience but instead of doing cell by cell updates, it behaves more like the classic form.
Jun 21 2018 08:48 AM
@anneoday - Thanks! That was exactly what we needed.
Jun 21 2018 08:56 AM
Hi Rob, you are referring updating metadata using the information panel (not the Edit All form) where each field update generate a save? Yes, this is a nonsense especially for workflow/flow and also versioning (it generates new versions on each column that is saved). They should only provide the edit form (Edit All) option… But like @Anne O'Day says, when you edit with the edit form (or newform) , you need to be carefull not clicking outside the form or you will loose your updates (form will close).
Martin.
Jun 21 2018 09:16 AM
Glad to hear it! I'm assuming this "edit all" is still considered the modern experience because it looks like it visually and there's still a "return to classic" in lower left. FYI that you can get to it directly with the same URL build as older versions of SharePoint, like this:
https://tenantname.sharepoint.com/sites/sitename/Lists/mylist/EditForm.aspx?ID=10
(I like to build a view that includes the ID column, export it, then build a hyperlink column so that I can filter/sort my data very quickly and go in for single item edits much faster than with the SharePoint GUI.)
Mar 06 2018 02:31 PM
Solution