HI,
I have requirement to add current user in SharePoint group when user is cliked on button.
I tried the follwoing artilce to add the user in SharePoint Group.
https://www.c-sharpcorner.com/article/add-the-users-to-the-sharepoint-groups-using-microsoft-flow/
I need to pass the Group Name and Current logged user email to MS flow. But I dont know how to get the current user email id inside the MS Flow.
I'm using PowerApp Button to trgger the Flow from PowerApps screen. I'm able to get the current user logon id inside the powerapps. So, I will send the GroupName;loginID to the powerApps when user click the button.
But How do I spilt the AskinPowerApps value ?
Any string manipulation availabel like Split(AskInPowerAppsValue, ";")[0]?

Report
All responses (
Answers (