Hi all,
I am trying to write an excel formula using write cell activity in UiPath (within Excel Scope Activity). However I am getting this error BC30198: ‘)’ expected
I tested my formula in Excel and it works.
My formula :=IFERROR(VLOOKUP(A2,‘[Source1Excel. sheet.xlsx]Sheet1’!$A:$B,2,FALSE),“NOT FOUND”)