Might be what i am asking sound cilly to everyone but really appriciate if i would get the answer.
As i am new to UIpath so still exploring how to find solution.
My activities
Login application
Created Queue ( My input was an excel file)
input on that application from that queue
My Requirment once a queue items is over i want to update the excel sheet status with word Successful ? The bot should find the unique quote number in the excel and accordingly it should paste on that similar row’s column successful.
Using this you can search for a value (Quote Nbr from queue) in excel sheet and it’s output variable (Lets say Loc) will hold the address of the cell contain that value.
e.g If the output of lookup range is —> A3 then, to write successful in D3
Using WriteCell activity, and range Loc.Replace(“A”,“D”) —> to get D3