New to copilot studio. Trying to capture a generated answer in a variable so I can use it other palces, but it's always null. In below case Draft description is always outputed But Var1 is not outputing anything. Tried in two different topics with same results.
kind: AdaptiveDialog
beginDialog:
kind: OnRecognizedIntent
id: main
intent:
triggerQueries:
- test
- run a test
- start test
- begin testing
- initiate test sequence
- perform a test
- testing mode
- can you test this?
- let's do a test
- execute test
actions:
- kind: Question
id: Question_ToonwE
variable: Topic.DraftDescription2
prompt: Please provide a draft description for your work item.
entity: StringPrebuiltEntity
- kind: SearchAndSummarizeContent
id: adOg8F
autoSend: false
variable: Topic.Var1
userInput: Rewrite {Topic.DraftDescription2} in a more professional manner
responseCaptureType: TextOnly
- kind: SendActivity
id: sendActivity_Aacvub
activity: "{Topic.Var1}{Topic.DraftDescription2}"
inputType: {}
outputType: {}