Announcements
ForAll( Filter(Gallery1.AllItems, Checkbox1.Value), Office365Outlook.SendEmailV2( ThisItem.Email, "Dashboard Access Request", "Dear Support Team, <br><br>" & "A new dashboard access request has been submitted. <br><br> Username: " & User().FullName & "<br> User Email: " & User().Email & "<br> Dashboard Name: " & ThisItem.'Report Name' & "<br><br> Please review the request and grant the necessary permissions." ) ) //Checkbox1 - Replace with your checkbox control name //Gallery1 - Replace with your gallery control name
Patch( 'Request Logs', Defaults('Request Logs'), { Title: ThisItem.'Report Name', Requestor: { '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Claims: "i:0#.f|membership|" & User().Email, Department: "", DisplayName: User().FullName, Email: User().Email, JobTitle: "", Picture: "" } } )
ForAll( Filter(Gallery1.AllItems, Checkbox1.Value), //It's about the send an email Office365Outlook.SendEmailV2( ThisItem.Email, "Dashboard Access Request", "Dear Support Team, <br><br>" & "A new dashboard access request has been submitted. <br><br> Username: " & User().FullName & "<br> User Email: " & User().Email & "<br> Dashboard Name: " & ThisItem.'Report Name' & "<br><br> Please review the request and grant the necessary permissions." ); //Create entry in SharePoint list - Log table Patch( 'Request Logs', //Replace with your list name Defaults('Request Logs'), { Title: ThisItem.'Report Name', Requestor: { '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Claims: "i:0#.f|membership|" & User().Email, Department: "", DisplayName: User().FullName, Email: User().Email, JobTitle: "", Picture: "" } } ); );
📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.
✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.
💛 A Like always motivates me to keep contributing!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290