Forum Discussion
momasoud
Aug 16, 2021Copper Contributor
How to get users email addresses
I created attendance App from teams template, and related of text box(email address) , it has group mail address , but i want to change it to get users email address , and the below is the current function
Office365Groups.ListOwnedGroups().value
how can i solve this case to get users insteade of groups
- In your flow you need to add the get user profile (v2) action to get the user's email address.
1 Reply
Sort By
- RobElliottSilver ContributorIn your flow you need to add the get user profile (v2) action to get the user's email address.