문제

I have a PowerApps Form attached to my SharePoint List.

Is there a way for the user to go directly to the Form's Edit mode when double-clicking on the list item?

By default, the Form opens in View mode, and the user then has to click "Edit All" to make changes.

도움이 되었습니까?

해결책

Follow below steps:

  1. Go to SharePoint list and select PowerApps --> Customize forms from top ribbon. It will redirect you to PowerApps studio.
  2. After form opens, select SharePointIntegration from left side Tree View panel.
  3. Click on Advanced from the right side panel of SharePointIntegration.
  4. In OnView action, Enter EditForm(SharePointForm1). This is in format of EditForm(YourFormName).
  5. Save & Publish the form.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top