web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Scheduled Report on Ac...
Power Automate
Answered

Scheduled Report on Accounts without open Opportunities

(0) ShareShare
ReportReport
Posted on by 15

Hi Guys,

 

I'm trying to build a Flow that sends a Report out via E-Mail on all Account that don't have an open Opportunity.

Is that even possible?

 

I found this Post: https://powerusers.microsoft.com/t5/Using-Flows/How-to-get-N-1-relationship-data-from-Dynamics-CRM/m-p/559652#M14319

But I'm unclear if I can use this and how to use this to look for Accounts WITHOUT Open Opportunities.

 

Could there be a way where I get all Accounts and all Open Opportunities and then filter on the Accounts that are not in the Opportunity List?

Categories:
I have the same question (0)
  • Verified answer
    v-litu-msft Profile Picture
    Microsoft Employee on at

    Hi @Sebe1,

     

    It seems like you can get the list that Accounts for open Opportunities.

    You could list all Email accounts, loop through all Email accounts, then use the contains() function to determine the list that Accounts for open Opportunities whether it contains current Email accounts.

    For example,

    the list that Accounts for open Opportunities, array variable named "List":

    [
    "Email1@domain.com",
    "Email2@domain.com",
    "Email3@domain.com"
    ]

    A email needs to determine whether exists in the above list:

    Email123@domain.com

    contains(variable('List'),'Email123@domain.com')

    Then it will return: false

     

    So, you could structure such Flow to loop through Emails needs to judge, if it not exists, append it into an array variable to store these Emails Accounts without open Opportunities.

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Sebe1 Profile Picture
    15 on at

    Thank you! That sounds like a good way. I'll try to build that. 🙂

     

    Thanks!

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 482

#2
11manish Profile Picture

11manish 280

#3
David_MA Profile Picture

David_MA 268 Super User 2026 Season 1

Last 30 days Overall leaderboard