@Baby123
Use Look up range and pass the value you need to find
example lookupu value is 55725781 and output variable stored in String “CellPosition”, it will print as a “B4”
Useing regex you cant split number
@Baby123
please follow these steps.
1- use read range to read data from excel in datatable.
2- use for each loop over datatable.
3- put if condition and place condition where you want to match data.
4- in then block put delete/insert row activity and put (For Each ->Row)
5- outside loop write range activity and give datatable and output file.
I have another issue like
I wnat to create column at end of the excel for example I created one column like Status and reasonofFailure
So I want to write in that columns as fail and mention the reason also.
Here my issue is how I know in which column position to write the fail and reason
.
Please find the attachment for your reference.
For example I want create column in M column and then enter the values as fail and reason one by one for that I using write cell activity,
In that activity how to pass M cellvalue as dynamic.