I have a SP list where I want to notify users that new items were created. It's tied to a powerBI dashboard, and group wants to do scheduled refresh and 30mins later send out the emails for new created items.
We originally used the refresh PBI dashboard connector with an send email to send the notification for each item for the specific person. Issue is the resource across our organization gets really high middle of the day causing delay and didn't want to add to the load.
So goal is to do a scheduled refresh with PBI, and an automate for scheduled email for newly created items to the recipient.
So my simple flow so far is
recurrence everyday at 2, 6, 10, 16
Get items
apply to each, send an email to recipient.
Thoughts is I will need a trigger condition so i wouldn't run every single item. Restrict that to (today), I'm struggling to figure out how I won't run any that was sent out earlier in the day. So if before 6am, 3 items were created 6am schedule will send out 3 emails. Between 6-10, 2 items were created I'd want to send out the 2 emails, not 5. There's my dilemma, Trying to figure that out, thank you.