Unable to save exported file through uipath

Hi
I am trying to do simple automation in uipath where everyday whenever I m running uipath agent it exports the file from tool and save it in a particular folder.

I am able to click on export through Click activity, but it asks for three option Open / Save As / Cancel. Somehow I am not able to use click activity or hotkey activity for save as option.

Please advice

Hi @Nive
What does your selector looks like? Is it a full or a partial selector?

Hello @Nive

Use an Attach window activity to indicate this pop up first, then use the click activity inside this Attach window.

Cheers!

Thank you so much this works !!