How to rename a screenshot

Hi @minthodology

For joining the DataRow Values and Store it in Single String Variable then do as below within Assign Activity :-

String str = String.Join(",",dataRowVar)

So for writing β€œGood” in Last Column u can use Write Cell Activity Within ForEachRow and pass the Column Character :-

image

Also you can refer the below post :-

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

1 Like