Agentic App: URL/deep link not clickable in live app (works in workflow Run/test preview)
Summary:
I'm trying to show a clickable link in an Agentic App's InitDisplay output (via <oraInfoDisplay> cardWidget) that opens a standalone AI Agent Studio workflow agent's own chat URL (.../hcmUI/redwoodAI/$workflow/<WORKFLOW_CODE>).
- A markdown link (
[Open Guide](url)) placed either inside thecardWidget'ssummaryproperty, or in the agent's plain conversational response text outside the widget, renders correctly as a clickable hyperlink when tested via the Workflow Builder's Run/test preview panel — but in the actual live Agentic App, it renders as plain text with the link stripped (only the link label text shows, URL disappears).
Is there a supported way to render a real clickable/openable link in a live Agentic App response (not just the builder preview)?
0