Hi All
I have a copilot agent that pulls data from multiple sources and provides an output where the content is combined and analysed.
I need to set it up so that on a monthly occurrence, it runs a set prompt to provide an overview of content and call out updates in the last month, takes that answer and posts it automatically to a Teams channel, with the message "Hi, here's your weekly [bot] update:"
I have set up a power automate flow that sends that specified prompt to the agent, however when I tested it all i got was a conversation ID. I then changed the message body for the post a message in teams step to an expression: outputs('Sends_a_prompt_to_the_specified_copilot_for_processing')?['body/response']. But this returns a blank message on teams.
How can I set up to retrieve the agent's response content? It must run monthly, and it must run the same prompt each time, automatically, so I don't think the agent calling a flow would work for this? Correct me if I'm wrong. It feels like a really simple task to automate a repeat message and post it, but I cannot make it work or find any answers.
Thanks