I am trying to create an agent that answers user queries based on data stored in a Dataverse table. The table contains a column named Link (URL datatype), where each record includes a unique reference link to its supporting file. When providing an answer, the agent should always display the corresponding URL from the Link column as a citation along with the final response. Each record used in the response must include its own citation, shown in the format: Citation:<URL> The agent should ensure: All answers are derived only from the Dataverse table. Each response includes one or more citations, depending on the number of records referenced. URLs are provided as clickable links wherever possible No intermediate details, raw data, or backend logic should be shown — only the final answer plus citations. I have added Dataverse table as knowledge source and also instructed agent to showcase Link column value that is URL as clickable citation along with every answer but the agent give entire table as citation. Attached is the screenshot for the same. Any solution or lead would be highly appreciated.