I am trying to get the Call Value which always start from cell number “C2”, So this will be my starting point and after getting this value I will perform my Operation task. Now I need to check the value in next column (D2) if not blank then get it.
Now once this 2nd Line all value done and BOT found blank cell jump to next row (“C3”) and regular to increment as per explain above.
Need to increment Column and Rowas also.
I have used below activit but not able to get the expected output.
Ok. Try to drag and drop while loop activity from activities panel and build the workflow as I gave in screenshot. I’ve added one more screenshot in my previous reply. You should increment column number after that if condition as I mentioned in screenshot.
Try it and let me know if you still face any issues.
Hello Surya,
one doubt, Can we get the Column header name with current cell reference.
Like Below D7 is my current cell reference which I get as your above suggested code.
So now I need to get that cell column header to process accordingly.
From below image I need to get Column header as “MPN1 (Alternate)” as per my cell reference as D7.
Also Can we get the data from 7th row from “A” Column?