Take screenshot and using save image activity inside for each loop but i want to save different name of image in every iteration as it is overriting the same image in for loop
1 Like
Hey @ashish_negi,
You need to just add timestamp suffix to your file in FileName
input property.
Example for timestamp - Now.ToString("_ddMMyyyy_hhmmss")
Cheers
Hey its showing error can u upload a xaml file regarding it and also thanks for replying