Hi,
I have 2 questions:
1. Do you know maybe how to get this kind of citation format in MS Teams when hovered?
It comes from Generative answer with GPT-powered response

2. Generative answer is saved as variable called "Answer" (type record).
Data type:
kind: Record
properties:
Speech:
type:
kind: Record
properties:
CitationSources:
type:
kind: Table
properties:
Id: String
Name: String
Text: String
Url: String
Content: String
Text:
type:
kind: Record
properties:
CitationSources:
type:
kind: Table
properties:
Id: String
Name: String
Text: String
Url: String
Content: String
MarkdownContent: String
How to save this whole response with the same style of citation as an output so I can send it to Power Automate through the Action component and then save it in the table in Dataverse?
Thanks a lot!