Copilot suggested a result. Posting answer for anyone else looking for an answer. In short hyperlinks are not allowed but button with an action to open url are ok:
{ "type": "ActionSet", "actions": [ { "type": "Action.OpenUrl", "title": "View Results", "url": "@{triggerBody()?['linkToResults']}" } ] }