May I ask for some help in writing cell activity !! …
I’m really stuck !! I get these errors once is write range doesn’t exist … and another one is Object reference is not set to an instance of an object !!!
My workflow as below:
Under multiple conditions, I need to write these different statuses in a specific column called Status … So inside a loop that will enter a different status according to the conditions I need to write this status !!!
I trid with this range code >> CurrentSheet.Cell (“A”+index.ToString)
Index is a variable int = 2 as a default value and entered status will start from A2 …
So why in the first iteration is worked well !! Then if it goes to another condition make an error as I mentioned above !!!
write range doesn’t exist >> this has happened to a mistake in my range …
Anyway , I can’t use the write range outside the for each , because I need to write each row status it will be different in each iteration !!! I have to know what is the status for each row in each iteration!!
note that I use the same expression for the range in set range color activity and it works fine !!! in another hand, I couldn’t use the Write Cell Workbook activity It throw an error that said excel file is used by another process !!