## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2021-08-17|2021-08-17]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-08-19|2021-08-19]]
- [[Microsoft Orchestrator]] Get Affected User Email through relationships [How to get the Affected User from an Incident RRS feed][1]
- [Get Affected User from an Incident in Service Manager with Orchestrator][1]
-
[1]: https://social.technet.microsoft.com/Forums/en-US/614749e4-704d-4098-86a6-8d47b0de4730/how-to-get-the-affected-user-from-an-incident?forum=scogeneral
[2]: http://systemcenterme.com/get-affected-user-from-an-incident-in-service-manager-with-orchestrator/