How to add logic/script for extracting DL Group Members in flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
we have already have logic for create/modify/delete in place
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi @VenkataRajB
As Microsoft Exchange does not have its own API, from flow you can trigger Powershell script
PowerShell
Get-DistributionGroupMember -Identity "Marketing USA"
This example returns the existing distribution group members for the distribution group named Marketing USA.
Refer following posts:
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
the above issue got fixed. need one more thing How to send attachments in the notification in flow desginer
