The Click activity keeps downloading the old version of an updated file

UiPath Demo App (rpasamples.com)

On this site, I have a local rpa process that adds new supplier data after reading the data from an excel sheet. After that is done, I have a click activity that clicks export csv but it keeps giving me the file from before the data was added. But, if i don’t close the site and just press export csv manually after the robot has inputted the data, it works. Why is this happening? How to resolve it?

I have tried using Simulate click with smooth mouse movement on the click activity and tried with delay of up to 5 minutes. Even tried two click activities one after the other. No luck

@Siam_Rahman

Welcome to the community

set simulate and send window messages to false and check

cheers

Thank you! @Anil_G

But I’m not sure how to set simulate and window messages to false.
image
I have this dropdown, did you mean I have to choose a different option? I tried Hardware and Chromium API, and Same as Browser… no luck.

@Siam_Rahman

Hardware events should be working

Can you show bot in action or what is hppening in process then can give more proper resolution

Cheers

I was able to fix it. The blob link embedded in the button was not updating. So found a way to make that work. Just had to move around on the page. I don’t know why it worked but it did. Thank you for your time!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.