Moniter user events and insert data into Excel sheet

Hi,

I’m doing a project that Uipath should monitering the user events (“Like press space key”) and if the key is pressed add “recheck data” into Excel sheet. The “recheck data” should be in the next column after the person’s ID number. If the key is not pressed should leave the space blank. As I have done the moniter events I’m stucked in the insert data. Can anyone please help me with that?Insert Recheck.xlsx (9.5 KB)

You can use Monitor Events with Triggers.

Thanks for the reply,
but where I am stucking is when the user press the key I need to insert the “recheck” message into the Excel sheet that matches the ID number, and if the user didn’t press space key the cell should be empty.