There are two excel sheet, A master sheet and A macro enabled file, UI path application sends email to the requestor based on the data in the macro enabled file, once the email is sent to the requestor, the master sheet should be updated with mail sent for that particular data.
Once mail is sent then use LookUp range in Mater File
it will give you the cell value in which that email id is present say “B40”
Then u can use that row no for updating the status say if you know status column is in “E” column then use write cell as “E”+LookUpOutput.substring(1)
Thank you for your response, so once the email is sent using the data from macro enabled sheet, which is currently a process designed, how will the activity recognize the master sheet(which is a different excel file)
providing you a glimpse of what i did ,after the email activity, i have inserted excel application scope, inside excel application scope , i did a lookup range entered the sheet name and declared the cell where the email ID is present and i entered the look up output string and it says the string is not available