Hi,
I want to update a column corresponding to row which is equal to current Transaction number.
the condition i am using is row(“Sr.no”).toString.Trim.Equals(in_TransactionNum), then part contains code to update the content of specific cell.
but due to some issue this if not getting executed, is this something due to invalid condition?