Screenshot naming manual and automatic by UIpath while doing multiple iterations

1.I use to pass data from excel for a login functionality.
2.I use For Each Row activity to pass excel data.
3.Inside For Each Row ,used if condition to check validation are there.
4.if validations are there ,Take Screenshot and use Save Image to store in a place with a name.

Two question here :

  1. i want to know how can i change the name of the screenshot for each iterations automatically by uipath.
    2.i want to pass Screenshot name from excel.

Hi @karthikeyuan_subrama

You can simply use the row value from Excel as filename in your Save Image activity:

If you are inside a For Each Row activity, do this to get your filename. Set Output as:
row.Item("columnWithFilename").ToString
image

1 Like

Thanks @loginerror …it worked.

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