Forum Discussion

Mario69's avatar
Mario69
Regular Visitor
2 years ago
Solved

Outage Calendar Subscription

I've built a Power App that takes values, populates a SP list, and uses those values to interact with the BI visual MaQ software Calendar.  Everything works for this part.  I've been tasked with addi...
  • christinepayton's avatar
    2 years ago

    This sounds like you'd need a second SP list for "alerts" that has a form where the user can select the type of alerts they want to get and submit it... then a scheduled cloud Power Automate flow on the first calendar list that triggers on new item added, and then does a "get items" on the alerts list, and for each of the alert records checks if the values match the criteria (condition step) before sending an email.

     

    To integrate the two, you could add a button to the alert signup form to your Power BI report, or potentially embed the form as a Power App (but that would probably be overkill).