I'm working with COPILOT STUDIO to retrieve employee attendance data by employee ID. When I enter a prompt like "give me attendance for employee ID 60005218," the bot successfully returns the data on the first try. However, when I repeat the exact same prompt, I get a response saying, "I'm sorry, I'm not sure how to help with that. Can you try rephrasing?"
It seems like the bot doesn’t make a fresh API call or re-evaluate the response when the same input is used consecutively. Here’s what I’ve tried so far:
Tested different response and output modes (Generated vs. Specific) to no avail.
Has anyone experienced this issue in Copilot studio, and is there a way to force a fresh evaluation of the same prompt?
Additional Details:
I am using Power Automate to fetch data, triggered by the bot.
The initial response is correct, but repeated identical inputs don’t produce the same result.
Any guidance on how to force a fresh response for repeated identical prompts would be appreciated. Thanks!