
Announcements
I’ve configured a custom topic within Copilot Studio that includes a “Create generative answer” step. In the Advanced settings of this step, I specified that the output should be stored in a variable named BotResponse. Subsequently, this variable is passed as input to a custom Action to further process the generated response.
However, the issue is that the BotResponse variable is not being populated by the Create generative answer step as expected. When the variable is passed to the Action, it contains a null value, indicating that the output was not stored correctly.