Let's understand how these buttons are configured in Power Apps. When you customize the forms in Power Apps you notice a SharePoint Integration item to select just above the Asset screen as shown below,
In the drop-down, you will see,
With each function configured to,
- OnCancel - ResetForm('Asset Form')
- OnEdit - EditForm('Asset Form')
- OnNew - NewForm('Asset Form')
- OnSave - SubmitForm('Asset Form')
- OnView - ViewForm('Asset Form')
This is how the form mode is set for each link selection on the form.
Output
Check the below link see to see the output video
here.
Summary
In this article, we have seen how to create an Asset Manager list from Microsoft 365 template and see how we can customize the Form for New, Edit, and View details.