Forum Discussion
Yaybaa
Aug 22, 2023Copper Contributor
Permisions view
Hello all, I want to create view of sharepoint list which manager can view their records and records of team members.The manager and team members are set in Office365 well.How I can do this because ...
Yaybaa
Aug 22, 2023Copper Contributor
I tried to get this from powerautomate to power apps but I dont know how I can do this.Because I stay in point where I get records from my team member and i dont know how i can put this collection back to powerapp
christinepayton
Aug 22, 2023Iron Contributor
If you're already using Power Automate, you can skip the Power Apps bit entirely and just send the data back to the SharePoint list. So for a given item (on created or modified trigger), "get manager" for the people field on the item, then do an "update item" and feed it the manager email address from the "get manager" step and have it put it into a people column (you'd need to add the field to the list if it doesn't exist already). Then just use that field in the view filters.