Hi,
We have a queue in Dynamics 365 that has monitoring e-mails sent to it. In order to make sure the monitoring never stops by an e-mail error, I'd like to make a inactivity timer on a specific queue.
I thought by doing the following:
- Create a scheduled Power Flow
- Use tablename Queue Items.
- Sort by Newest to Oldest.
- List the top 1 row.
- Check if the time of row creation is older then X amount of time
- If yes: send a notification e-mail. If no: do nothing.
However. Queue items are deleted handled.
Does anyone have any other suggestions?
Thanks!