EASY to Hide SharePoint Data so it's only visible in PowerApps

Описание к видео EASY to Hide SharePoint Data so it's only visible in PowerApps

This video comes from a question I keep seeing and people normally give the answer to create a Power Automate which changes the list permissions or they say to use another account and delegate permissions with Power Apps.

There's a much simpler solution and that's to use the Power of SharePoint. Change the list filters, change the content type properties, or even create a Power App Form.

Chapters:
0:00 Introduction
1:21 Apply Filter to SharePoint
3:08 Change Content Type Properties
5:22 Create Power Apps Form
6:40 Only Viewable by Me in SharePoint

Come check it out!

Default People Picker:
If(
Form1.Mode=FormMode.New,
{
DisplayName: Office365Users.UserProfile("[email protected]").DisplayName,
Claims: "i:0#.f|membership|" & Lower("[email protected]"),
Department: "",
Email: "[email protected]",
JobTitle: "",
Picture: ""
},
Parent.Default
)

Комментарии

Информация по комментариям в разработке