I have created a copilot agent with the goal of organizing a set up tasks that is pasted in using CSV format. The agent will then return those tasks organized and in JSON format. I created a flow to take the output and dynamically create and populate an Excel file with the new organized tasks.
Within the conversation boosting topic, I have added my flow as an action within the condition "Answer is not blank." However regardless of whether or not the answer is blank the topic always triggers the "All other conditions" action which does nothing.
The flow I believe is correct, however I am unable to verify since whenever I run the agent and prompt it with the work tasks, it will organize it and output it correctly, but the topic will never run the flow.
If anyone has encountered this and knows how to fix it, it would be greatly appreciated.