Hi @TCross,
You can create a dynamic link by using your org, appid, your entity name and the row id.
Below is an example
This is HTML, make sure you switch the Message field to HTML mode.
New case assigned to you:
<a href="https://@{variables('Org')}.dynamics.com/main.aspx?appid=@{variables('AppId')}&pagetype=entityrecord&etn=incident&id=@{triggerOutputs()?['body/incidentid']}">@{triggerOutputs()?['body/title']}</a>

For work orders you should be able to use the Bookable Resource Bookings and Bookable Resources tables. Below is an example of that.
