I have a topic in my bot that lets approved users verify images for our upcoming equipment catalog. I have a flow that grabs image URLs from a list and returns them to the user with multiple choice option to choose from. The issue that I'm running into is that the bot returns the same item multiple times before finally moving on to a new item. The multiple choice question is receiving input from a power automate flow for images and part ID information. The flow's output is changing every time but the question content is not. I'm thinking that the bot is storing the variables values in cache and that is why it is displaying the item multiple times before finally updating to a new item. Is there a way to get the bot to refresh the variables values in the question every time it's asked?
P.S I've already tried changing the question settings to "ask every time", toggled the variable settings i.e receives values, sets values, global variable, etc..., and I've tried copying the topic and having them switch back and forth between the two topics, but with no change in the outcome.





