Issue while taking value

Hello all,

I’m having one doubt in UiPath

There is situation where I already created execl sheet with
First name, last name,email, work location and cell number column

I need to take a value from user (input dialogue) and need to Insert those value in excel sheet

Could someone help me how to perform that operation

I already inserted input dialogue box those value needs to enter in excel sheet which already created

I need to 5 values from user once all 5 entries are done it should exit from loop

@Sanket You can use while loop to let the user enter values for 5 times. Please ref to the below workflow where it enters the value in excel once every time it receives a single value from user

MessageBox.zip (10.9 KB)