Printscreen activity Issue

In Printscreen activity, my screenshot is not getting saved at destination path. What is the issue?

Put the filepath with extension. For example: “D:\AssistEdge\filename.png”. This should work.

In case if I don’t want to replace my existing image what should I do?

Yes you can achieve this by setting filename dynamic for each process execution. E.g.
If “Filename” is your variable then in your process creation add an assign activity within which append datetime to FileName or use a counter , append the counter to filename and increment the counter everytime.

Alright.
appending date time stamp is a simple solution.
When it comes to counter, I don’t think, when the EVA bot will run for a longer period, using counter will be successful.

Thanks for the resolution.