I am building an approval workflow for approving new items added to SharePoint list. In the "Start an Approval" action, I want the email that gets sent to the approver to include a link to the item in the SharePoint list.
There is a field in the action labeled "Item Link" along with "Item Link Description." I have the "Item Link" populated with the SharePoint list item ID, and the "Item Link Description" field with some text and then a field from the SharePoint list.
Here's a screenshot:

However, when I run the flow, the "Item link" doesn't work. It goes to this following URL: "https://0.0.0.40/" instead of to the SharePoint list item.
Here's a screenshot of the approval request:

The text of the link is correct, but the URL (https://0.0.0.40/) isn't. Any idea what I missing?