質問

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