Today I have come up with a scenario, I have a excel data, In that excel data I have 3 columns are there which mentioned below.
I that Which ever column is null we have to filter that and in front of process name I need to update the end time how to do that can any one have IDEA
Hie @copy_writes i"m attaching the screenshot for this scenarion how you can check this if the column End time is empty or not or which cell is empty and write the time on that
save data as -dt1
use for each and if condition to check column is empty or not
CurrentRow(“End Time”).ToString = “”
this is how you write data in cell and increase the cell num also and the currentindex is a variable of integer which i create in for each row activity
If process name is match and need to check the start time is empty or not and if start time is not empty it should not enter if start time have value and end time is having value then need to enter the endtime Value.