Skip to content

Commit a308104

Browse files
authored
Merge pull request #3030 from mspilde/patch-6
Update manage-auto-save.md
2 parents 42a93d4 + 9b595ca commit a308104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/model-driven-apps/manage-auto-save.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Auto-save helps app users focus on their work without having to manage saving da
2828
<a name="BKMK_HowAutoSaveWorks"></a>
2929

3030
## How auto-save works
31-
By default all main forms for [Updated entities and classic entities](create-design-forms.md#updated-versus-classic-entities) will have auto-save enabled. After a record is created (initially saved), any changes made to a form will automatically be saved thirty seconds after the change is made. If no changes are made in the form, the automatic save won't occur while the form is open. After a change is made the 30-second period before an auto-save begins again. The field that someone is currently editing isn't included in an auto-save. If someone else has updated the same record while you're editing it, those changes will be retrieved and displayed in the form when auto-save occurs.
31+
By default all main forms for [Updated entities and classic entities](create-design-forms.md#updated-versus-classic-entities) will have auto-save enabled. After a record is created (initially saved), any changes made to a form will automatically be saved thirty seconds after the change is made. If no changes are made in the form, the automatic save won't occur while the form is open. After a change is made the 30-second period before an auto-save begins again. If someone else has updated the same record while you're editing it, those changes will be retrieved and displayed in the form when auto-save occurs.
3232

3333
With auto-save enabled, the save button only appears for the initial save of the record. After the record is created, the save button in the command bar isn't shown, but you can see a ![Auto save button](media/auto-save-icon.png "Auto save button") button in the lower right corner that will show if there are any unsaved changes. This control is also displayed if auto-save is disabled.
3434

0 commit comments

Comments
 (0)