We have created daily tasks for our service agents and we would like to create an automation that resolves the daily task if the agent has set an OOO. Possible?
The capability is partially achievable natively within SWSD, but with a critical limitation the native OOO feature does not expose "assignee OOO status" as a condition field within the Automation Rules engine. A workaround can be achieved but you will need to google or AI your way into that one. I am sure you can find something out there. Sorry I wasn't more help.
OK Using Claude.ai (enter at your own risk…) Native OOO Behavior: What It Does (and Does Not) Do.
When an agent activates their OOO status, work items assigned to them including incidents, tasks, and approvals are automatically reassigned to a specified backup agent. SolarWinds This is the extent of the native OOO automation; it does not natively support evaluating OOO status as a conditional trigger to resolve or close a task.
SWSD's automation engine operates on an IFTTT (If This, Then That) principle, with conditions that can range from specific keywords to custom fields or record attributes such as priority, state, category, etc. SolarWinds "Assignee OOO Status" is not a currently exposed condition field in the automation rules builder.
Given this constraint, the following paths are available, ordered by implementation complexity:
This is the pragmatic near-term solution.
Limitation: This approach resolves based on reassignment to the backup agent, not OOO status directly. It requires consistent task naming conventions and a dedicated OOO coverage agent to function reliably.
This is the most robust native solution.
Consideration: As of the June 2024 release, automation rules can be triggered by any update to a custom or system field SolarWinds, which makes this approach viable without workarounds.
For a fully automated, zero-touch solution:
Per SolarWinds documentation, the only way to trigger secondary or cascading automation logic is through API calls to update the relevant record, which can then be combined with time-based automation rules for downstream actions. SolarWinds
Given your existing M365 E5 licensing and Power Automate entitlement, this path is particularly viable — the Microsoft Graph API can surface Outlook OOO/Automatic Reply status, which can then drive the SWSD task resolution via the REST API.
Criterion
Path 1
Path 2
Path 3
Implementation Speed
Fast
Moderate
Slower
Manual Dependency
Medium
Low
None
Scalability
High
Technical Complexity
Low-Medium
Medium-High
Recommended For
Interim
Near-term
Long-term
Recommendation: Implement Path 2 immediately as the operational standard, while scoping Path 3 as a longer-term automation enhancement leveraging your existing Power Automate investment. Path 1 is acceptable only as a stopgap.
Thanks, we shall try one of these at least :-)