Hi
This is usually a tricky one for me. I am using a Write cell into Excel. This activity is within a “For each Row” activity.
I started by adding a “Set Variable Value” with counter+1
Then I do a validation and Else if to write back on the excel. For the excel file I have a FilePath, and I am using the template file as well. I set a variable value for the sheet range, which I then use to add on “Where to write”, as image below. (“Y”+Counter.ToString). Problem is that robot is doing the validations but not writing back to the excel
Sure. FilePath is set as variable: Directory.GetFiles(“C:\Users"+Environment.UserName+”\Downloads",“SF ORG ID*.xlsx”).OrderByDescending(Function(d) New FileInfo(d).CreationTime).Tolist(0)