Input dialog to excel to sheet to write

hi,
i have one excel sheet columns name like name, city , Address.
from input dialog whatever i written add to columns in Address.
how to write from input dialog to in excel sheet of columns address.

Hi @Anand_Designer

Regards,
Kommi Jeevan.

Hi
Once after getting the input from Input dialog box with a variable named strinput
We can pass that as input to ADD DATAROW activity along ArrayRow property like this
{“your name”,”your city”,strinput.ToString} And mention the datatable as dt

Where dt Is the variable I rinsed from Read range activity from the excel

Cheers @Anand_Designer

hi @Palaniyappan,
i did not get it. can you look this xaml will give solutioninput to excel.zip (24.1 KB)