Issue
When using Amazon Q in QuickSight (Quick Suite) Flows, URLs in the AI-generated output lose their https:// prefix.
For example, a dataset field contains image URLs like:
https://example.com/media/image123.webp
But when Amazon Q outputs this URL (e.g., in a Chat Agent step or General Knowledge step), the result becomes:
example.com/media/image123.webp
This breaks Markdown image rendering () because the URL is no longer absolute.
Steps to Reproduce
- Create a Quick Suite Flow
- Add a QuickSight Output step that retrieves data containing URLs with
https://prefix - In a subsequent Chat Agent or General Knowledge step, reference the output and ask Amazon Q to include the URLs in its response
- The URLs in the output will have their
https://stripped
What I’ve Tried
- Adding explicit instructions in the prompt: “Always include https:// in URLs” — does not work
- Adding URL preservation instructions in the QuickSight Output step — does not work
- The dashboard data correctly shows
https://prefix, so the issue occurs during AI output generation
Expected Behavior
URLs should be output exactly as they appear in the source data, preserving the https:// protocol prefix.
Environment
- Region: us-west-2
- Feature: Quick Suite Flows (Amazon Q in QuickSight)