Taking Input from UIpath input dialogue questions, putting them into datatable

I am trying to take answers from the IUpath input dialogue boxes, input them into datatable and then putting that datatable into an excel file. Can I please get some help.
Thank you,
Jason

You’ll have to first create the datatable using Build DataTable, where you will configure your columns.

Then take the output of the dialogue boxes and use an Add data row activity to add each item to the datatable.

After the datatable is built, use write range inside an excel application scope to output the table to excel.

Can you share the output of the UiPath input dialog boxes? Are you using multiple dialog boxes, or only one?

Here’s a basic outline: